summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorjmmv <jmmv>2004-04-10 08:11:46 +0000
committerjmmv <jmmv>2004-04-10 08:11:46 +0000
commit062c5e5aff188729b898abd06ec69bf2c636eaed (patch)
tree8a68bb9fe0bfa8e38aa4a2e5fc3cf7e291a07856 /graphics
parent8f471d924e1fe7ae71f785b71e40681983329a65 (diff)
downloadpkgsrc-062c5e5aff188729b898abd06ec69bf2c636eaed.tar.gz
gimp always installs under LOCALBASE, so get rid of code that creates a symlink
for gimp.m4 between X11BASE and LOCALBASE if needed.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/gimp/Makefile7
1 files changed, 1 insertions, 6 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index 6bc03b81940..37b82f0272b 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2004/04/10 06:42:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.93 2004/04/10 08:11:46 jmmv Exp $
#
DISTNAME= gimp-2.0.0
@@ -49,11 +49,6 @@ CONF_FILES+= ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
# Ensure we export symbols in the linked shared object.
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
-post-install:
- ${TEST} ${PREFIX} = ${LOCALBASE} || \
- ${LN} -fs ${PREFIX}/share/aclocal/gimp.m4 \
- ${LOCALBASE}/share/aclocal/gimp.m4
-
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../fonts/fontconfig/buildlink3.mk"