svn commit: r344539 - head/biology/sim4

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


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

Log:
  Support staging

Modified:
  head/biology/sim4/Makefile

Modified: head/biology/sim4/Makefile
==============================================================================
--- head/biology/sim4/Makefile	Sun Feb 16 11:42:09 2014	(r344538)
+++ head/biology/sim4/Makefile	Sun Feb 16 11:43:07 2014	(r344539)
@@ -18,12 +18,11 @@ WRKSRC=		${WRKDIR}/sim4.${PORTVERSION:S/
 ALL_TARGET=	sim4
 PLIST_FILES=	bin/sim4
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e 's|^CC=|CC?=|g ; \
 		s|^CFLAGS=|CFLAGS+=|g' ${WRKSRC}/Makefile
 
 do-install:
-	@ ${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/sim4 ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list