diff options
Diffstat (limited to 'cad/qcad/Makefile')
-rw-r--r-- | cad/qcad/Makefile | 6 |
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 - |