diff options
author | Michael Reifenberger <mr@FreeBSD.org> | 2005-11-27 09:37:19 +0000 |
---|---|---|
committer | Michael Reifenberger <mr@FreeBSD.org> | 2005-11-27 09:37:19 +0000 |
commit | 173d8e0009733b49a5e3da3cc36202174e5a9bfd (patch) | |
tree | 7499891a2001a526a0f98a68c097e8be4d2acfd3 /cad/qcad/Makefile | |
parent | 0a25eb0f0f2a031d3c0433c138d6a92d81e8fd97 (diff) |
Notes
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 bd095ba142e6..9040906d99f3 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 |