- Stage support

PR:		190117
This commit is contained in:
Martin Wilke 2014-05-25 05:23:11 +00:00
parent 9b4d89479f
commit cc623e57e3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355121

View file

@ -33,7 +33,6 @@ DISTFILE_DATE= 20120610
PLIST_FILES= bin/${PORTNAME}
NO_STAGE= yes
post-extract:
@${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC}
@ -43,6 +42,6 @@ post-patch:
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \
${PREFIX}/bin/${PORTNAME}
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>