summaryrefslogtreecommitdiff
path: root/graphics/dia
diff options
context:
space:
mode:
authorjlam <jlam>2005-05-21 04:10:17 +0000
committerjlam <jlam>2005-05-21 04:10:17 +0000
commit238ec521bd38eb82c2336dbdd45076ead470e679 (patch)
tree11ff742379fef639c652a8c2c7c8c1de53e583ee /graphics/dia
parent9402c4cf8218a8a0ad9645ea52630cc92a152cd6 (diff)
downloadpkgsrc-238ec521bd38eb82c2336dbdd45076ead470e679.tar.gz
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'graphics/dia')
-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]*)