mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
df7f31d156
commit
d507da2f32
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340465
@ -9,7 +9,7 @@ DISTNAME= cv.pl
|
||||
EXTRACT_SUFX= .gz
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A project organizer for VHDL and Verilog RTL hardware designs
|
||||
COMMENT= Project organizer for VHDL and Verilog RTL hardware designs
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
EXTRACT_CMD= ${GZCAT}
|
||||
@ -17,11 +17,11 @@ EXTRACT_BEFORE_ARGS= # empty
|
||||
EXTRACT_AFTER_ARGS= > ${DISTNAME}
|
||||
NO_BUILD= yes
|
||||
PLIST_FILES= bin/cv
|
||||
USES= perl5
|
||||
USES= perl5 shebangfix
|
||||
USE_PERL5= run
|
||||
SHEBANG_FILES= cv.pl
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv
|
||||
${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${STAGEDIR}${PREFIX}/bin/cv
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user