1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-03-02 22:09:28 +00:00
parent 0107aeae6b
commit f3c70a9a16
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346820

View File

@ -19,12 +19,11 @@ RUN_DEPENDS= p5-Term-Animation>=0:${PORTSDIR}/devel/p5-Term-Animation \
PORTSCOUT= skipv:1.31 # Wrong versioning upstream PORTSCOUT= skipv:1.31 # Wrong versioning upstream
NO_STAGE= yes
NO_BUILD= yes NO_BUILD= yes
USES= perl5 USES= perl5
PLIST_FILES= bin/weatherspect PLIST_FILES= bin/weatherspect
do-install: do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk> .include <bsd.port.mk>