mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Support staging
This commit is contained in:
parent
fbbdea1765
commit
269f4b874f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=350076
@ -20,15 +20,17 @@ NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
|
||||
USES= shebangfix perl5
|
||||
USE_BZIP2= yes
|
||||
|
||||
EXTRACT_CMD= ${BZCAT}
|
||||
EXTRACT_BEFORE_ARGS=
|
||||
EXTRACT_AFTER_ARGS= > ${PORTNAME}.pl
|
||||
|
||||
PLIST_FILES= bin/msgconvert.pl bin/msgconvert
|
||||
SHEBANG_FILES= ${PORTNAME}.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}.pl
|
||||
${LN} -s ${PREFIX}/bin/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
||||
${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.pl \
|
||||
${STAGEDIR}${PREFIX}/bin/${PORTNAME}.pl
|
||||
${LN} -s ${PORTNAME}.pl ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +0,0 @@
|
||||
bin/msgconvert.pl
|
||||
bin/msgconvert
|
Loading…
Reference in New Issue
Block a user