aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:20:01 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-02-28 14:20:01 +0000
commiteb92d7cb5a1fa866696c4484f88d5850917c6685 (patch)
tree3a79ef9c7dfc4c59737aabff3664c4337d3117d3 /cad/qcad/Makefile
parent47095dc46a1110ae3aa8f44e640a783c4d654bf6 (diff)
Notes
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r--cad/qcad/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/qcad/Makefile b/cad/qcad/Makefile
index 3edc516be18b..8f5e50f9ae83 100644
--- a/cad/qcad/Makefile
+++ b/cad/qcad/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= qcad
-PORTVERSION= 1.4.4
+PORTVERSION= 1.4.6
CATEGORIES= cad
MASTER_SITES= http://www.qcad.org/archives/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
@@ -23,14 +23,14 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/qcad ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/qcad
-.for dir in cur fonts hatches messages xpm
+.for dir in cur fonts hatches libraries messages xpm
${TAR} -C ${WRKSRC} -cf - ${dir} | \
${TAR} -C ${PREFIX}/share/qcad --unlink -xf -
.endfor
+.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/examples/qcad
${TAR} -C ${WRKSRC}/examples -cf - . | \
${TAR} -C ${PREFIX}/share/examples/qcad --unlink -xf -
-.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/qcad
${TAR} -C ${WRKSRC}/doc -cf - . | \
${TAR} -C ${PREFIX}/share/doc/qcad --unlink -xf -