1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support staging

This commit is contained in:
Emanuel Haupt 2014-02-26 09:11:37 +00:00
parent 7a00dab228
commit 5921819ffb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346159

View File

@ -16,7 +16,6 @@ PLIST_FILES= bin/${PORTNAME}
USES= perl5
USE_PERL5= run
NO_STAGE= yes
do-extract:
@${RM} -rf ${WRKDIR}
@${MKDIR} ${WRKSRC}
@ -28,7 +27,7 @@ do-build:
${WRKSRC}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.pl
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin/${PORTNAME}
@${CAT} ${PKGMESSAGE}
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>