diff options
author | linimon <linimon@FreeBSD.org> | 2006-01-23 15:04:10 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2006-01-23 15:04:10 +0800 |
commit | 3b6dedf061c6e56b7c164dfcb80890f7eafd76ba (patch) | |
tree | 8938dfe1d642e6f310e73055e165811e4b10b0d0 /java | |
parent | 225fbcc4fe37d05602ca410c041ea9ecb6c6bc55 (diff) | |
download | freebsd-ports-gnome-3b6dedf061c6e56b7c164dfcb80890f7eafd76ba.tar.gz freebsd-ports-gnome-3b6dedf061c6e56b7c164dfcb80890f7eafd76ba.tar.zst freebsd-ports-gnome-3b6dedf061c6e56b7c164dfcb80890f7eafd76ba.zip |
Revert last commit. It is not possible (yet) to have the dirrmtry usage
in the post-install target. Its usage must preceed generate-plist.
This problem needs to be revisited either in a rework of bsd.port.mk or
each of these Makefiles.
Hat: portmgr
Pointy hat: edwin`
Diffstat (limited to 'java')
-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> |