diff options
author | mr <mr@FreeBSD.org> | 2005-11-27 09:37:19 +0000 |
---|---|---|
committer | mr <mr@FreeBSD.org> | 2005-11-27 09:37:19 +0000 |
commit | 930f4c98336a3d1df7d2abeb4e0655072faec7bb (patch) | |
tree | 333c84bbebc66157c64300b83160c612b3f30e72 /cad/qcad | |
parent | a7d61b912a338a392340d8dbac67bd15be8df6cd (diff) | |
download | FreeBSD-ports-930f4c98336a3d1df7d2abeb4e0655072faec7bb.zip FreeBSD-ports-930f4c98336a3d1df7d2abeb4e0655072faec7bb.tar.gz |
exclude library again since it conflicts with qcad-partslib
Diffstat (limited to 'cad/qcad')
-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 bd095ba..9040906 100644 --- a/cad/qcad/Makefile +++ b/cad/qcad/Makefile @@ -48,7 +48,7 @@ do-build: pre-install: @${ECHO_CMD} bin/qcad > ${PLIST} -.for dir in data fonts library patterns qm scripts +.for dir in data fonts patterns qm scripts @${FIND} ${WRKSRC}/qcad/${dir} -type f | \ ${SED} -e "s:^${WRKSRC}/:share/:g" >> ${PLIST} .endfor @@ -58,7 +58,7 @@ pre-install: @${FIND} -d ${WRKSRC}/qcad/doc -type d | \ ${SED} -e "s:^${WRKSRC}/qcad/doc:%%PORTDOCS%%@dirrm share/doc/qcad:g" \ >> ${PLIST} -.for dir in scripts qm patterns library fonts data +.for dir in scripts qm patterns fonts data @${FIND} -d ${WRKSRC}/qcad/${dir} -type d | \ ${SED} -e "s:^${WRKSRC}/qcad/${dir}:@dirrm share/qcad/${dir}:g" >> \ ${PLIST} @@ -68,7 +68,7 @@ pre-install: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qcad/qcad ${PREFIX}/bin/qcad @${MKDIR} ${DATADIR} -.for dir in data fonts library patterns qm scripts +.for dir in data fonts patterns qm scripts ${TAR} -C ${WRKSRC}/qcad --exclude CVS -cf - ${dir} | \ ${TAR} -C ${DATADIR} --unlink -xf - .endfor |