svn commit: r348696 - head/mail/isbg

Emanuel Haupt ehaupt at FreeBSD.org
Thu Mar 20 15:18:03 UTC 2014


Author: ehaupt
Date: Thu Mar 20 15:18:02 2014
New Revision: 348696
URL: http://svnweb.freebsd.org/changeset/ports/348696
QAT: https://qat.redports.org/buildarchive/r348696/

Log:
  Support staging

Modified:
  head/mail/isbg/Makefile

Modified: head/mail/isbg/Makefile
==============================================================================
--- head/mail/isbg/Makefile	Thu Mar 20 15:16:53 2014	(r348695)
+++ head/mail/isbg/Makefile	Thu Mar 20 15:18:02 2014	(r348696)
@@ -21,8 +21,7 @@ USE_PYTHON=	yes
 
 PLIST_FILES=	bin/${PORTNAME}
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${PREFIX}/bin/${PORTNAME}
+	${INSTALL_SCRIPT} ${WRKDIR}/isbg.py ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list