mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Support staging
This commit is contained in:
parent
7a00dab228
commit
5921819ffb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346159
@ -16,7 +16,6 @@ PLIST_FILES= bin/${PORTNAME}
|
|||||||
USES= perl5
|
USES= perl5
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-extract:
|
do-extract:
|
||||||
@${RM} -rf ${WRKDIR}
|
@${RM} -rf ${WRKDIR}
|
||||||
@${MKDIR} ${WRKSRC}
|
@${MKDIR} ${WRKSRC}
|
||||||
@ -28,7 +27,7 @@ do-build:
|
|||||||
${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl
|
${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
|
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
|
||||||
@${CAT} ${PKGMESSAGE}
|
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user