diff options
author | wiz <wiz@pkgsrc.org> | 2005-10-23 18:58:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-10-23 18:58:30 +0000 |
commit | 090654314fc8e6fcc0e62ce1f0bed5c8676521d0 (patch) | |
tree | 358b35f64443b66d5a2e9da8adcfe8f5a4bbea77 /graphics/gimp1-base | |
parent | ac58ff0d92c75ca25bcea6bc6dac0b76a3dee297 (diff) | |
download | pkgsrc-090654314fc8e6fcc0e62ce1f0bed5c8676521d0.tar.gz |
Remove fragments that was last useful when
this package used USE_X11BASE, which has not been the case for a long
time now.
Diffstat (limited to 'graphics/gimp1-base')
-rw-r--r-- | graphics/gimp1-base/Makefile | 7 | ||||
-rw-r--r-- | graphics/gimp1-base/PLIST | 4 |
2 files changed, 2 insertions, 9 deletions
diff --git a/graphics/gimp1-base/Makefile b/graphics/gimp1-base/Makefile index d6bd4bc138c..49681f1ac31 100644 --- a/graphics/gimp1-base/Makefile +++ b/graphics/gimp1-base/Makefile @@ -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 @@ pre-build: ${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 --git a/graphics/gimp1-base/PLIST b/graphics/gimp1-base/PLIST index e75ac46fbe5..4bb9cdf9679 100644 --- a/graphics/gimp1-base/PLIST +++ b/graphics/gimp1-base/PLIST @@ -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 @@ ${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/gimp.mo @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 |