summaryrefslogtreecommitdiff
path: root/java
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
parent- Fix pkg-plist and bump PORTREVISION. (diff)
Unbreak by removing directory at uninstall time.
Approved by: portmgr
Notes
Notes: svn path=/head/; revision=132102
Diffstat (limited to 'java')
-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>