Support stage.
This commit is contained in:
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
|
@ -16,5 +16,4 @@ GNU_CONFIGURE= yes
|
|||
SYSCOLORDIR= share/color
|
||||
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -18,5 +18,4 @@ GNU_CONFIGURE= yes
|
|||
SYSCOLORDIR= share/color
|
||||
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue