summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-21 04:10:17 +0000
committerjlam <jlam>2005-05-21 04:10:17 +0000
commit0cece5588b7eb3b15486fbadc847a43f852e298d (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /fonts
parent22323722d6f38c8d3b512145db5fb3d1bdf46b32 (diff)
downloadpkgsrc-0cece5588b7eb3b15486fbadc847a43f852e298d.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."