1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Support staging

- Use shebangfix
This commit is contained in:
Emanuel Haupt 2014-02-26 11:27:56 +00:00
parent 9e335cb0f0
commit 6a629f0e87
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346192

View File

@ -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>