pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/gimp gimp always installs under LOCALBASE, so...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/690d8c03ac6f
branches:  trunk
changeset: 472414:690d8c03ac6f
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Sat Apr 10 08:11:46 2004 +0000

description:
gimp always installs under LOCALBASE, so get rid of code that creates a symlink
for gimp.m4 between X11BASE and LOCALBASE if needed.

diffstat:

 graphics/gimp/Makefile |  7 +------
 1 files changed, 1 insertions(+), 6 deletions(-)

diffs (21 lines):

diff -r 9c0c10025f1f -r 690d8c03ac6f graphics/gimp/Makefile
--- a/graphics/gimp/Makefile    Sat Apr 10 06:42:49 2004 +0000
+++ b/graphics/gimp/Makefile    Sat Apr 10 08:11:46 2004 +0000
@@ -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 @@
 # 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"



Home | Main Index | Thread Index | Old Index