Date: Mon, 17 Mar 2014 13:32:18 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348471 - head/net/panoptis Message-ID: <201403171332.s2HDWIXZ067559@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403171332.s2HDWIXZ067559>