diff options
author | antoine <antoine@FreeBSD.org> | 2014-01-21 04:30:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-01-21 04:30:18 +0800 |
commit | 4246ebdb752c079118cda620be8b4211f089373b (patch) | |
tree | d38466b000f053ee329e2eca9f1eefcbb974047e /cad/chipvault | |
parent | d024e5da99a10a05f8c99624729ade501d374f23 (diff) | |
download | freebsd-ports-gnome-4246ebdb752c079118cda620be8b4211f089373b.tar.gz freebsd-ports-gnome-4246ebdb752c079118cda620be8b4211f089373b.tar.zst freebsd-ports-gnome-4246ebdb752c079118cda620be8b4211f089373b.zip |
Stage support
Diffstat (limited to 'cad/chipvault')
-rw-r--r-- | cad/chipvault/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/chipvault/Makefile b/cad/chipvault/Makefile index ed6f8a1c0cb4..c0c140f8142a 100644 --- a/cad/chipvault/Makefile +++ b/cad/chipvault/Makefile @@ -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> |