aboutsummaryrefslogtreecommitdiff
path: root/java/classpath
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>2005-03-28 22:16:58 +0000
committerArchie Cobbs <archie@FreeBSD.org>2005-03-28 22:16:58 +0000
commit84eaef83b2022fe5acf975def3cdb792b5d9ceda (patch)
treec1164a66ff2be089895dd90d405039036fe02fcb /java/classpath
parent51e5ceb0adf7c6ee75d017b0db9bb34b2b8863e5 (diff)
downloadports-84eaef83b2022fe5acf975def3cdb792b5d9ceda.tar.gz
ports-84eaef83b2022fe5acf975def3cdb792b5d9ceda.zip
Unbreak by removing directory at uninstall time.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=132102
Diffstat (limited to 'java/classpath')
-rw-r--r--java/classpath/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/java/classpath/Makefile b/java/classpath/Makefile
index 0465600a4bea..92d91a259509 100644
--- a/java/classpath/Makefile
+++ b/java/classpath/Makefile
@@ -17,8 +17,6 @@ COMMENT= A GNU project to create a free Java class library
BUILD_DEPENDS= zip:${PORTSDIR}/archivers/zip
-BROKEN= Incomplete pkg-plist
-
USE_GNOME= gtk20 libartlgpl2 pkgconfig
USE_JAVA= yes
USE_JIKES= yes
@@ -38,5 +36,6 @@ post-install:
@${FIND} ${dir} -type d | ${SORT} -r | \
${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
.endfor
+ @echo '@unexec rmdir %D/lib/security 2>/dev/null || true' >> ${TMPPLIST}
.include <bsd.port.post.mk>