pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/gimp1-base Remove fragments that was last use...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a006cda82bc6
branches:  trunk
changeset: 501493:a006cda82bc6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Oct 23 18:58:30 2005 +0000

description:
Remove fragments that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.

diffstat:

 graphics/gimp1-base/Makefile |  7 +------
 graphics/gimp1-base/PLIST    |  4 +---
 2 files changed, 2 insertions(+), 9 deletions(-)

diffs (36 lines):

diff -r a8563e23b15a -r a006cda82bc6 graphics/gimp1-base/Makefile
--- a/graphics/gimp1-base/Makefile      Sun Oct 23 18:48:07 2005 +0000
+++ b/graphics/gimp1-base/Makefile      Sun Oct 23 18:58:30 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2005/06/01 18:02:55 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2005/10/23 18:58:30 wiz Exp $
 #
 
 DISTNAME=              gimp-1.2.5
@@ -61,11 +61,6 @@
        ${CC} -o ${WRKSRC}/docs/pdb_self_doc                            \
                ${FILESDIR}/pdb_self_doc.c
 
-post-install:
-       ${TEST} ${PREFIX} = ${LOCALBASE} ||                             \
-               ${LN} -fs ${PREFIX}/share/aclocal/gimp.m4               \
-                       ${LOCALBASE}/share/aclocal/gimp.m4
-
 .include "../../devel/gettext-lib/buildlink3.mk"
 .include "../../multimedia/mpeg-lib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a8563e23b15a -r a006cda82bc6 graphics/gimp1-base/PLIST
--- a/graphics/gimp1-base/PLIST Sun Oct 23 18:48:07 2005 +0000
+++ b/graphics/gimp1-base/PLIST Sun Oct 23 18:58:30 2005 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2004/09/22 08:09:33 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2005/10/23 18:58:30 wiz Exp $
 bin/gimp
 bin/gimp-1.2
 bin/gimp-config
@@ -1511,5 +1511,3 @@
 @unexec ${RMDIR} %D/lib/gimp 2>/dev/null || ${TRUE}
 @dirrm include/libgimp
 @dirrm include/gck
-@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gimp.m4 ${LOCALBASE}/share/aclocal/gimp.m4
-@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/gimp.m4



Home | Main Index | Thread Index | Old Index