diff options
| author | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 07:04:10 +0000 |
|---|---|---|
| committer | Mark Linimon <linimon@FreeBSD.org> | 2006-01-23 07:04:10 +0000 |
| commit | f6159fbf7a88c697ec5fc8af9fa477c9d5f7c572 (patch) | |
| tree | ba6e57d5890ba57f1e0b09e25c2ee9a110064d4d /java/classpath | |
| parent | 78a96568b81f92299739dd3446c5e01a6d0b04ec (diff) | |
Notes
Diffstat (limited to 'java/classpath')
| -rw-r--r-- | java/classpath/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile index 72c2f7797de1..18751fa28727 100644 --- a/java/classpath/Makefile +++ b/java/classpath/Makefile @@ -43,6 +43,6 @@ post-install: @${FIND} ${dir} -type d | ${SORT} -r | \ ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} .endfor - @${ECHO_CMD} '@dirrmtry lib/security' >> ${TMPPLIST} + @${ECHO_CMD} '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST} .include <bsd.port.post.mk> |
