summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 06:45:42 +0000
committertron <tron@pkgsrc.org>2000-11-27 06:45:42 +0000
commit4f58e1ba0ae9ec16d106d2ee49fe2a91a0fff82f (patch)
tree2eb8913af37163723ef9d3d29a21f699be7c7bf7 /devel
parenta018220f15efda52e8ad4a0baab74f94f24a5567 (diff)
downloadpkgsrc-4f58e1ba0ae9ec16d106d2ee49fe2a91a0fff82f.tar.gz
Fix cut and paste error in last commit.
Diffstat (limited to 'devel')
-rw-r--r--devel/GConf/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf/Makefile b/devel/GConf/Makefile
index 5c7d7fd2bbf..f52b45c01eb 100644
--- a/devel/GConf/Makefile
+++ b/devel/GConf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/11/27 06:44:36 tron Exp $
+# $NetBSD: Makefile,v 1.5 2000/11/27 06:45:42 tron Exp $
#
DISTNAME= GConf-0.8
@@ -34,7 +34,7 @@ post-install:
${SED} -e 's#@@X11PREFIX@@#${X11PREFIX}#g' < ${PKGDIR}/MESSAGE \
> ${MESSAGE_FILE}
${TEST} ${PREFIX} = ${LOCALBASE} || \
- ${LN} -fs ${PREFIX}/share/aclocal/gimp.m4 \
- ${LOCALBASE}/share/aclocal/gimp.m4
+ ${LN} -fs ${PREFIX}/share/aclocal/gconf-1.m4 \
+ ${LOCALBASE}/share/aclocal/gconf-1.m4
.include "../../mk/bsd.pkg.mk"