summaryrefslogtreecommitdiff
path: root/graphics
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 /graphics
parent22323722d6f38c8d3b512145db5fb3d1bdf46b32 (diff)
downloadpkgsrc-0cece5588b7eb3b15486fbadc847a43f852e298d.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/dia/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/dia/Makefile.common b/graphics/dia/Makefile.common
index e289d5a82ec..4df1cb8d097 100644
--- a/graphics/dia/Makefile.common
+++ b/graphics/dia/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2005/04/11 21:46:01 tv Exp $
+# $NetBSD: Makefile.common,v 1.4 2005/05/21 04:10:17 jlam Exp $
#
DISTNAME= dia-0.94
@@ -24,7 +24,7 @@ CONFIGURE_ARGS+= --without-python
SUBST_CLASSES+= intl
SUBST_MESSAGE.intl= "Fixing path to installed files."
SUBST_STAGE.intl= pre-configure
-SUBST_FILES.intl= ${WRKSRC}/lib/intl.c
+SUBST_FILES.intl= lib/intl.c
SUBST_SED.intl= -e 's,%%PREFIX%%,${PREFIX},g'
.if empty(PKGNAME:Mdia-[0-9]*)