summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-05-21 04:10:17 +0000
committerjlam <jlam@pkgsrc.org>2005-05-21 04:10:17 +0000
commitf35b224a5078b2d5edd32939a3659616f6b6b1a2 (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /fonts
parent566435a644fa9664f84a53e9b16d87d9127b5fb5 (diff)
downloadpkgsrc-f35b224a5078b2d5edd32939a3659616f6b6b1a2.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/XFree86-fontsEncodings/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/XFree86-fontsEncodings/Makefile.common b/fonts/XFree86-fontsEncodings/Makefile.common
index a9b2b4e56dc..b2fc9ef7929 100644
--- a/fonts/XFree86-fontsEncodings/Makefile.common
+++ b/fonts/XFree86-fontsEncodings/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.8 2005/05/16 01:15:31 jlam Exp $
+# $NetBSD: Makefile.common,v 1.9 2005/05/21 04:10:17 jlam Exp $
#
# Makefile fragment used by XFree86-fonts* packages.
@@ -44,7 +44,7 @@ do-configure:
SUBST_CLASSES+= large
SUBST_STAGE.large= pre-build
-SUBST_FILES.large= ${WRKDIR}/xc/fonts/encodings/large/Makefile
+SUBST_FILES.large= large/Makefile
SUBST_SED.large= -e 's,/usr/X11R6,${X11ROOT},g'
SUBST_MESSAGE.large= "Fixing large Makefile."