mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
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
|
SYSCOLORDIR= share/color
|
||||||
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -18,5 +18,4 @@ GNU_CONFIGURE= yes
|
||||||
SYSCOLORDIR= share/color
|
SYSCOLORDIR= share/color
|
||||||
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
PLIST_SUB= SYSCOLORDIR=${SYSCOLORDIR}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -21,8 +21,7 @@ USES= shebangfix perl5
|
||||||
SHEBANG_FILES= *.pl
|
SHEBANG_FILES= *.pl
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
|
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${STAGEDIR}${PREFIX}/bin
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue