svn commit: r344535 - head/biology/fastdnaml

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 11:32:43 UTC 2014


Author: ehaupt
Date: Sun Feb 16 11:32:43 2014
New Revision: 344535
URL: http://svnweb.freebsd.org/changeset/ports/344535
QAT: https://qat.redports.org/buildarchive/r344535/

Log:
  Support staging

Modified:
  head/biology/fastdnaml/Makefile

Modified: head/biology/fastdnaml/Makefile
==============================================================================
--- head/biology/fastdnaml/Makefile	Sun Feb 16 11:29:56 2014	(r344534)
+++ head/biology/fastdnaml/Makefile	Sun Feb 16 11:32:43 2014	(r344535)
@@ -20,16 +20,12 @@ PORTDOCS=	fastDNAml_doc_1.2.txt fastDNAm
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
-.include <bsd.port.options.mk>
-
 do-install:
-	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${PREFIX}/bin
-	@${MKDIR} ${PREFIX}/bin/${PORTNAME}
-	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* ${PREFIX}/bin/${PORTNAME}
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${DOCSDIR}
-.endif
+	${INSTALL_PROGRAM} ${BUILD_WRKSRC}/fastDNAml ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKSRC}/scripts/* \
+		${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/docs/*.txt ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list