summaryrefslogtreecommitdiff
path: root/cad/qcad2/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-05 04:21:25 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-08-05 04:21:25 +0000
commitfd56e953174b155296a449d3e871a8a2fd9eb615 (patch)
treee66bb70e9551fa2bdb95d9e893c40bd126b69251 /cad/qcad2/Makefile
parentDo not install .la files (diff)
upgrade to 1.4.16
PR: 41028 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=64022
Diffstat (limited to 'cad/qcad2/Makefile')
-rw-r--r--cad/qcad2/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/cad/qcad2/Makefile b/cad/qcad2/Makefile
index 9f8630db5c81..f94938ba72f9 100644
--- a/cad/qcad2/Makefile
+++ b/cad/qcad2/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qcad
-PORTVERSION= 1.4.14
+PORTVERSION= 1.4.16
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -32,16 +32,16 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcad ${PREFIX}/bin
@${MKDIR} ${DATADIR}
.for dir in cur fonts hatches libraries messages xpm
- ${TAR} -C ${WRKSRC} -cf - ${dir} | \
+ ${TAR} -C ${WRKSRC} --exclude CVS --exclude hydraulics -cf - ${dir} | \
${TAR} -C ${DATADIR} --unlink -xf -
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- ${TAR} -C ${WRKSRC}/doc -cf - . | \
+ ${TAR} -C ${WRKSRC}/doc --exclude CVS -cf - . | \
${TAR} -C ${DOCSDIR} --unlink -xf -
@${LN} -sf ${DOCSDIR} ${DATADIR}/doc
@${MKDIR} ${EXAMPLESDIR}
- ${TAR} -C ${WRKSRC}/examples -cf - . | \
+ ${TAR} -C ${WRKSRC}/examples --exclude CVS -cf - . | \
${TAR} -C ${EXAMPLESDIR} --unlink -xf -
.endif