summaryrefslogtreecommitdiff
path: root/graphics/gphoto
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-15 10:12:28 +0000
committerskrll <skrll>2002-02-15 10:12:28 +0000
commit776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /graphics/gphoto
parenteee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff)
downloadpkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.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