diff options
author | tron <tron> | 2001-01-02 08:21:51 +0000 |
---|---|---|
committer | tron <tron> | 2001-01-02 08:21:51 +0000 |
commit | 49ab7c9ee40a485d6e92ce8f5931e33773e24f7a (patch) | |
tree | 005560a9da3eda5a4517ca956424d785e2661d6b | |
parent | 9e4e9ff989d905a97c042f0fd872fc220ba6010f (diff) | |
download | pkgsrc-49ab7c9ee40a485d6e92ce8f5931e33773e24f7a.tar.gz |
Create a link for "share/aclocal/gimp.m4" in "${LOCALBASE}".
-rw-r--r-- | graphics/gimp/pkg/PLIST | 4 |
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 |