summaryrefslogtreecommitdiff
path: root/graphics/gphoto
diff options
context:
space:
mode:
authortron <tron>2002-12-09 16:01:10 +0000
committertron <tron>2002-12-09 16:01:10 +0000
commitc3ac38e54fe681b35b0d41702c098f42cc7502f4 (patch)
treeed3d3dfb4944ff842d136066e2afeafe924859e8 /graphics/gphoto
parent9fdd5bb4ae03e0220deba9ae7dbe2c63691fee9a (diff)
downloadpkgsrc-c3ac38e54fe681b35b0d41702c098f42cc7502f4.tar.gz
Replace "true" by "${TRUE}".
Diffstat (limited to 'graphics/gphoto')
-rw-r--r--graphics/gphoto/PLIST8
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gphoto/PLIST b/graphics/gphoto/PLIST
index 2947caa34c3..363075f2a13 100644
--- a/graphics/gphoto/PLIST
+++ b/graphics/gphoto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:44 skrll Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/12/09 16:01:27 tron Exp $
bin/dc21x_cam
bin/gphoto
bin/gphoto-exifdump
@@ -125,6 +125,6 @@ share/gphoto/gallery/RedNGray/thumbnail.html
@dirrm share/gphoto/gallery
@dirrm share/gphoto/doc
@dirrm share/gphoto
-@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || true
-@unexec ${RMDIR} %D/share/gnome 2>/dev/null || true
+@unexec ${RMDIR} %D/share/gnome/apps/Graphics 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome/apps 2>/dev/null || ${TRUE}
+@unexec ${RMDIR} %D/share/gnome 2>/dev/null || ${TRUE}