diff options
author | ghen <ghen@pkgsrc.org> | 2009-10-21 10:35:09 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2009-10-21 10:35:09 +0000 |
commit | ac16ed9a5f1407c1283fc67202ab5e5dce7b52f7 (patch) | |
tree | 98db46e0589adbd498c7f0342663ab7217d5dc71 /lang/openjdk7/Makefile | |
parent | bcb87785c2193d27dbe70f9c8bec0f967c5d913a (diff) | |
download | pkgsrc-ac16ed9a5f1407c1283fc67202ab5e5dce7b52f7.tar.gz |
Substitute %%PREFIX%% in patch-ap, too.
Diffstat (limited to 'lang/openjdk7/Makefile')
-rw-r--r-- | lang/openjdk7/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/openjdk7/Makefile b/lang/openjdk7/Makefile index c11ba62aee3..f2a0b5ce8f5 100644 --- a/lang/openjdk7/Makefile +++ b/lang/openjdk7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2009/10/21 10:31:46 ghen Exp $ +# $NetBSD: Makefile,v 1.6 2009/10/21 10:35:09 ghen Exp $ DISTNAME= openjdk-7-ea-src-b72-17_sep_2009 PKGNAME= openjdk7-1.7.0.72.20090924 @@ -87,6 +87,7 @@ SUBST_CLASSES+= fontpaths SUBST_STAGE.fontpaths= pre-build SUBST_MESSAGE.fontpaths= fixing font paths SUBST_FILES.fontpaths= jdk/src/solaris/classes/sun/awt/fontconfigs/bsd.fontconfig.properties +SUBST_FILES.fontpaths+= jdk/src/solaris/native/sun/awt/fontpath.c SUBST_SED.fontpaths= -e 's|%%PREFIX%%|${PREFIX}|' PLIST_VARS+= i386 |