diff options
author | adam <adam@pkgsrc.org> | 2005-05-23 08:25:29 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-05-23 08:25:29 +0000 |
commit | c7051d394905450b08f91eb4b95f8961b2af4385 (patch) | |
tree | 95118fab7fcd21e268175a007a220c4aa7b991d5 | |
parent | 73d2b75369b545e8b8c120aaed33ba8e1c59d25c (diff) | |
download | pkgsrc-c7051d394905450b08f91eb4b95f8961b2af4385.tar.gz |
PLIST update to fix @dirrm conflict with gimp-docs
-rw-r--r-- | graphics/gimp/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimp/PLIST b/graphics/gimp/PLIST index 0806c8061be..8b4b457b607 100644 --- a/graphics/gimp/PLIST +++ b/graphics/gimp/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.19 2005/04/11 09:32:45 adam Exp $ +@comment $NetBSD: PLIST,v 1.20 2005/05/23 08:25:29 adam Exp $ bin/gimp bin/gimp-2.2 bin/gimp-remote @@ -1840,8 +1840,8 @@ share/mime-info/gimp-2.2.keys @exec ${MKDIR} %D/share/gimp/2.0/fonts @dirrm share/gimp/2.0/fonts @dirrm share/gimp/2.0/brushes -@dirrm share/gimp/2.0 -@dirrm share/gimp +@unexec ${RMDIR} %D/share/gimp/2.0 2>/dev/null || ${TRUE} +@unexec ${RMDIR} %D/share/gimp 2>/dev/null || ${TRUE} @dirrm share/examples/gimp-2.0 @dirrm share/doc/html/${PKGNAME}/libgimpwidgets @dirrm share/doc/html/${PKGNAME}/libgimpthumb |