summaryrefslogtreecommitdiff
path: root/graphics
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
commitd1ecb58e0716a9dcd58a608ac1a590ca20166634 (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /graphics
parenta4318791f11b71dc67a3de3b83a7eec52805434d (diff)
downloadpkgsrc-d1ecb58e0716a9dcd58a608ac1a590ca20166634.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]*)