summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2001-01-02 08:21:51 +0000
committertron <tron>2001-01-02 08:21:51 +0000
commit6a0377ec4a279742c663bb5a0a137fe379e23582 (patch)
tree005560a9da3eda5a4517ca956424d785e2661d6b
parent5413defbedd1a69e6eccbbdf495b2675fdea80bb (diff)
downloadpkgsrc-6a0377ec4a279742c663bb5a0a137fe379e23582.tar.gz
Create a link for "share/aclocal/gimp.m4" in "${LOCALBASE}".
-rw-r--r--graphics/gimp/pkg/PLIST4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/gimp/pkg/PLIST b/graphics/gimp/pkg/PLIST
index 7e4fba06fb6..63fa8864f6d 100644
--- a/graphics/gimp/pkg/PLIST
+++ b/graphics/gimp/pkg/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.20 2001/01/01 23:52:01 tron Exp $
+@comment $NetBSD: PLIST,v 1.21 2001/01/02 08:21:51 tron Exp $
bin/escputil
bin/gimp
bin/gimp-config
@@ -1414,3 +1414,5 @@ share/locale/uk/LC_MESSAGES/gimp.mo
@dirrm include/libgimp
@dirrm include/gck
@dirrm etc/gimp/1.2
+@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