svn commit: r348471 - head/net/panoptis

Emanuel Haupt ehaupt at FreeBSD.org
Mon Mar 17 13:32:18 UTC 2014


Author: ehaupt
Date: Mon Mar 17 13:32:18 2014
New Revision: 348471
URL: http://svnweb.freebsd.org/changeset/ports/348471
QAT: https://qat.redports.org/buildarchive/r348471/

Log:
  Support staging

Modified:
  head/net/panoptis/Makefile

Modified: head/net/panoptis/Makefile
==============================================================================
--- head/net/panoptis/Makefile	Mon Mar 17 13:32:09 2014	(r348470)
+++ head/net/panoptis/Makefile	Mon Mar 17 13:32:18 2014	(r348471)
@@ -22,11 +22,11 @@ PLIST_FILES=	bin/panoptis \
 		bin/pview.py \
 		bin/speed.py
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis ${PREFIX}/bin/panoptis
+	${INSTALL_PROGRAM} ${WRKSRC}/panoptis/panoptis \
+		${STAGEDIR}${PREFIX}/bin/panoptis
 .for f in mail.py pview.py speed.py
-	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${PREFIX}/bin/${f}
+	${INSTALL_SCRIPT} ${WRKSRC}/panoptis/${f} ${STAGEDIR}${PREFIX}/bin/${f}
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list