diff options
author | obache <obache@pkgsrc.org> | 2007-08-19 11:53:33 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-19 11:53:33 +0000 |
commit | 267d2366552032ddd1e1ad8b63fa7aba19a2096a (patch) | |
tree | 7ee9ed7986776870ad14dd3bc4a41b4a69fa21f4 /lang | |
parent | 3a30426fe3c2220abe6a30cd03ce37e9e99c1d23 (diff) | |
download | pkgsrc-267d2366552032ddd1e1ad8b63fa7aba19a2096a.tar.gz |
Substitute of PLIST was converted to PLIST_SUBST framework at previous commit.
No need to define PLIST_SRC anymore.
Fixes installation problem in PR 36805.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/sun-jre14/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/sun-jre14/Makefile b/lang/sun-jre14/Makefile index e1d3a9c58f6..f03a2eb0b85 100644 --- a/lang/sun-jre14/Makefile +++ b/lang/sun-jre14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2007/07/29 05:19:29 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2007/08/19 11:53:33 obache Exp $ # Note: Regen distinfo with PKG_DEFAULT_OPTIONS+=sun-jre-jce @@ -41,8 +41,6 @@ PKG_SUPPORTED_OPTIONS= sun-jre-jce .include "../../mk/bsd.options.mk" -PLIST_SRC= ${WRKDIR}/PLIST - .if !empty(PKG_OPTIONS:Msun-jre-jce) DISTFILES= ${DISTNAME}${EXTRACT_SUFX} jce_policy-1_4_2.zip PLIST_SUBST+= SUN_JRE14_USE_JCE="" |