From 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 Mon Sep 17 00:00:00 2001 From: skrll Date: Fri, 15 Feb 2002 10:12:28 +0000 Subject: mkdir -> ${MKDIR} rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN} --- math/gnumeric0/PLIST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/gnumeric0') 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 -- cgit v1.2.3