aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 11:27:56 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-26 11:27:56 +0000
commit6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9 (patch)
tree3ec7f6a1e7203582b84755dc8559d7a71990af87 /net-mgmt
parent9e335cb0f018580876d9631a302b35253e2406fc (diff)
downloadports-6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9.tar.gz
ports-6a629f0e87e0d55d1e62f254b95b0e383cf1d5a9.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/ipcalc/Makefile7
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>