Support stage.

This commit is contained in:
Boris Samorodov 2013-09-24 22:23:45 +00:00
parent 19268b2e17
commit 29b0ff8ca0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328205
3 changed files with 1 additions and 4 deletions

View file

@ -16,5 +16,4 @@ GNU_CONFIGURE= yes
SYSCOLORDIR= share/color
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -18,5 +18,4 @@ GNU_CONFIGURE= yes
SYSCOLORDIR= share/color
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
NO_STAGE= yes
.include <bsd.port.mk>

View file

@ -21,8 +21,7 @@ USES= shebangfix perl5
SHEBANG_FILES= *.pl
USE_PERL5= run
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>