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:
parent
c92e60e03a
commit
d00d267fb8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=348665
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user