svn commit: r344536 - head/biology/fluctuate

Emanuel Haupt ehaupt at FreeBSD.org
Sun Feb 16 11:35:01 UTC 2014


Author: ehaupt
Date: Sun Feb 16 11:35:00 2014
New Revision: 344536
URL: http://svnweb.freebsd.org/changeset/ports/344536
QAT: https://qat.redports.org/buildarchive/r344536/

Log:
  Support staging

Modified:
  head/biology/fluctuate/Makefile

Modified: head/biology/fluctuate/Makefile
==============================================================================
--- head/biology/fluctuate/Makefile	Sun Feb 16 11:32:43 2014	(r344535)
+++ head/biology/fluctuate/Makefile	Sun Feb 16 11:35:00 2014	(r344536)
@@ -18,16 +18,11 @@ PORTDOCS=	errors.doc fluctuate.doc
 
 OPTIONS_DEFINE=	DOCS
 
-NO_STAGE=	yes
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
-
-.include <bsd.port.options.mk>
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 post-install:
-.if ${PORT_OPTIONS:MDOCS}
-	@ ${MKDIR} ${DOCSDIR}
-	@ ${INSTALL_DATA} ${WRKSRC}/*.doc ${DOCSDIR}/
-.endif
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/*.doc ${STAGEDIR}${DOCSDIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list