diff options
author | glewis <glewis@FreeBSD.org> | 2006-02-13 04:45:18 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2006-02-13 04:45:18 +0800 |
commit | 1af5a66dccc69c956278ddd7e3f242a54dfa4212 (patch) | |
tree | aff536fcbbfe2f5047eee0fc259c13121892bcc4 /java/jdk15/Makefile | |
parent | 567942118bc336481ae0e8dbd99086ff48dea3ea (diff) | |
download | freebsd-ports-gnome-1af5a66dccc69c956278ddd7e3f242a54dfa4212.tar.gz freebsd-ports-gnome-1af5a66dccc69c956278ddd7e3f242a54dfa4212.tar.zst freebsd-ports-gnome-1af5a66dccc69c956278ddd7e3f242a54dfa4212.zip |
. Tweak the fix for linking with the system's version of zlib to just
ignore the internal zlib source files rather than having to rm them.
Submitted by: Kurt Miller <kurt@intricatesoftware.com>
Diffstat (limited to 'java/jdk15/Makefile')
-rw-r--r-- | java/jdk15/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/jdk15/Makefile b/java/jdk15/Makefile index 90f641b1b346..9c415e21df76 100644 --- a/java/jdk15/Makefile +++ b/java/jdk15/Makefile @@ -332,5 +332,3 @@ post-install: @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL .include <bsd.port.post.mk> - -EXTRACT_AFTER_ARGS+= -x '*/zlib-*/*' |