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-03-20 08:00:03 +00:00
parent c92e60e03a
commit d00d267fb8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348665

View File

@ -15,11 +15,13 @@ RUN_DEPENDS= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \
p5-IO-Socket-INET6>=0:${PORTSDIR}/net/p5-IO-Socket-INET6
BUILD_DEPENDS:= ${RUN_DEPENDS}
PLIST_FILES= bin/${PORTNAME}
USES= shebangfix
NO_BUILD= yes
NO_STAGE= yes
PLIST_FILES= bin/scnc
SHEBANG_FILES= scnc
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>