aboutsummaryrefslogtreecommitdiff
path: root/cad/qcad-partslib
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-03 21:27:30 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-05-03 21:27:30 +0000
commit9bbbb7d218ff019d4e116bd5d5259471e452bd3d (patch)
treec70c2aae9092455b5ac864336f47a62a96b5e1fe /cad/qcad-partslib
parent72259799a5c2ff78615b8186921df341655c6cfb (diff)
Notes
Diffstat (limited to 'cad/qcad-partslib')
-rw-r--r--cad/qcad-partslib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/qcad-partslib/Makefile b/cad/qcad-partslib/Makefile
index e5be13bc00c3..b1fde968794e 100644
--- a/cad/qcad-partslib/Makefile
+++ b/cad/qcad-partslib/Makefile
@@ -38,6 +38,6 @@ do-install:
print "@dirrm ${DATADIR}/" d |"sort -r" \
}' >> ${TMPPLIST}
@${ECHO_CMD} '@dirrm ${DATADIR}' >> ${TMPPLIST}
- @${ECHO_CMD} '@dirrmtry ${DATADIR:H}' >> ${TMPPLIST}
+ @${ECHO_CMD} '@unexec rmdir %D/${DATADIR:H}' >> ${TMPPLIST}
.include <bsd.port.mk>