Support staging.

This commit is contained in:
Emanuel Haupt
2014-02-06 16:29:21 +00:00
parent a0cdf342e1
commit 959bf56cdd

View File

@@ -21,8 +21,8 @@ USE_PERL5= run
PLIST_FILES+= bin/texcount
NO_STAGE= yes
do-install:
@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl ${PREFIX}/bin/texcount
@${INSTALL_SCRIPT} ${WRKSRC}/texcount.pl \
${STAGEDIR}${PREFIX}/bin/texcount
.include <bsd.port.mk>