diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-20 15:58:41 +0000 |
commit | acf9e8dba69c03fde98e4b0805dfa75374343660 (patch) | |
tree | ad09b4f24df8e2cf74670acb86a133957eb333d0 /cad/chipvault/Makefile | |
parent | 70b553e5129d9e59ca05048a9fee1af1d442311f (diff) | |
download | FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.zip FreeBSD-ports-acf9e8dba69c03fde98e4b0805dfa75374343660.tar.gz |
Add NO_STAGE all over the place in preparation for the staging support (cat: cad)
Diffstat (limited to 'cad/chipvault/Makefile')
-rw-r--r-- | cad/chipvault/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/cad/chipvault/Makefile b/cad/chipvault/Makefile index 71de94b..ed6f8a1 100644 --- a/cad/chipvault/Makefile +++ b/cad/chipvault/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: chipvault -# Date created: Jan 29, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= chipvault PORTVERSION= 200607 @@ -25,6 +20,7 @@ PLIST_FILES= bin/cv USES= perl5 USE_PERL5= run +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${WRKSRC}/cv.pl ${PREFIX}/bin/cv |