summaryrefslogtreecommitdiff
path: root/graphics/gphoto
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /graphics/gphoto
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
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 2edbe63eca6..2947caa34c3 100644
--- a/graphics/gphoto/PLIST
+++ b/graphics/gphoto/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:51:19 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:44 skrll 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