summaryrefslogtreecommitdiff
path: root/math/gnumeric0
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 /math/gnumeric0
parenteee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff)
downloadpkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'math/gnumeric0')
-rw-r--r--math/gnumeric0/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric0/PLIST b/math/gnumeric0/PLIST
index 03bd660b010..088d6903bf7 100644
--- a/math/gnumeric0/PLIST
+++ b/math/gnumeric0/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2002/01/25 01:39:53 rh Exp $
+@comment $NetBSD: PLIST,v 1.3 2002/02/15 10:12:50 skrll Exp $
bin/gnumeric
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.a
lib/gnumeric/${PKGVERSION}-bonobo/plugins/applix/applix.la
@@ -786,4 +786,4 @@ share/pixmaps/gnumeric/top_border
@dirrm lib/gnumeric/${PKGVERSION}-bonobo/plugins
@dirrm lib/gnumeric/${PKGVERSION}-bonobo
@dirrm lib/gnumeric
-@unexec rmdir %D/share/mc/templates >/dev/null 2>&1 || true
+@unexec ${RMDIR} %D/share/mc/templates >/dev/null 2>&1 || true