diff options
author | archie <archie@FreeBSD.org> | 2005-03-29 06:16:58 +0800 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 2005-03-29 06:16:58 +0800 |
commit | 02349d2dc314d79216d65a68e0c2eeb714fb1a2c (patch) | |
tree | 8c9436e35d19fe886d7014e50e85b9ecf3340aa9 /java/classpath | |
parent | 00f10bdb059605fbbdfbc08f74160c4b8da81962 (diff) | |
download | freebsd-ports-gnome-02349d2dc314d79216d65a68e0c2eeb714fb1a2c.tar.gz freebsd-ports-gnome-02349d2dc314d79216d65a68e0c2eeb714fb1a2c.tar.zst freebsd-ports-gnome-02349d2dc314d79216d65a68e0c2eeb714fb1a2c.zip |
Unbreak by removing directory at uninstall time.
Approved by: portmgr
Diffstat (limited to 'java/classpath')
-rw-r--r-- | java/classpath/Makefile | 3 |
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> |