diff options
author | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2005-05-21 04:10:17 +0000 |
commit | f35b224a5078b2d5edd32939a3659616f6b6b1a2 (patch) | |
tree | 11ff742379fef639c652a8c2c7c8c1de53e583ee /graphics/dia | |
parent | 566435a644fa9664f84a53e9b16d87d9127b5fb5 (diff) | |
download | pkgsrc-f35b224a5078b2d5edd32939a3659616f6b6b1a2.tar.gz |
SUBST_FILES.* must be relative to ${WRKSRC}.
Diffstat (limited to 'graphics/dia')
-rw-r--r-- | graphics/dia/Makefile.common | 4 |
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]*) |