mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 5 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue