diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-17 13:32:18 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-17 13:32:18 +0000 |
commit | ced0b2014e4d3a9bc4366b5830d06deb1b0d2a72 (patch) | |
tree | 6eb683f72ffd671a69f314568180ad546e3f37e7 /net/panoptis | |
parent | 6c0be1fd5fb03eb27675f9522939880c592c50af (diff) | |
download | ports-ced0b2014e4d3a9bc4366b5830d06deb1b0d2a72.tar.gz ports-ced0b2014e4d3a9bc4366b5830d06deb1b0d2a72.zip |
Notes
Diffstat (limited to 'net/panoptis')
-rw-r--r-- | net/panoptis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/panoptis/Makefile b/net/panoptis/Makefile index fce9eea3004d..541f2efd1b75 100644 --- a/net/panoptis/Makefile +++ b/net/panoptis/Makefile @@ -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> |