diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 11:27:56 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-26 11:27:56 +0000 |
commit | 6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9 (patch) | |
tree | 3ec7f6a1e7203582b84755dc8559d7a71990af87 /net-mgmt | |
parent | 9e335cb0f018580876d9631a302b35253e2406fc (diff) | |
download | ports-6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9.tar.gz ports-6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ipcalc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/net-mgmt/ipcalc/Makefile b/net-mgmt/ipcalc/Makefile index 2ee9a829714f..be39380f99ea 100644 --- a/net-mgmt/ipcalc/Makefile +++ b/net-mgmt/ipcalc/Makefile @@ -12,10 +12,11 @@ COMMENT= IP Calculator PLIST_FILES= bin/ipcalc NO_BUILD= yes -USES= perl5 +USES= perl5 shebangfix + +SHEBANG_FILES= ipcalc -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk> |