diff options
author | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-12-29 06:21:30 +0000 |
commit | 67eaa64b538f1cc9ee2559e7b9b0001914e6dd58 (patch) | |
tree | cd74196fb4970fddf0114e46d23d0bc534a0a70a /lang/jdk | |
parent | 48b36d105551f382acace5619771b16410f290ce (diff) | |
download | pkgsrc-67eaa64b538f1cc9ee2559e7b9b0001914e6dd58.tar.gz |
Remove USE_PKGINSTALL from pkgsrc now that mk/install/pkginstall.mk
automatically detects whether we want the pkginstall machinery to be
used by the package Makefile.
Diffstat (limited to 'lang/jdk')
-rw-r--r-- | lang/jdk/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index 51dff9146c5..d57b41e97f4 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/08/20 19:16:23 jlam Exp $ +# $NetBSD: Makefile,v 1.46 2005/12/29 06:21:46 jlam Exp $ # VERSION= 1.1.8 @@ -36,7 +36,6 @@ MESSAGE_SUBST+= JAVA_HOME=${JAVA_HOME:Q} CHECK_SHLIBS= no -USE_PKGINSTALL= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 RESTRICTED= "No redistribution of the Java(tm) Development Kit" |