From 9318fdcbb3d311fce5ceea096539c3c71b45b48b 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} --- misc/screen/PLIST | 4 ++-- misc/screen/PLIST.SunOS | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'misc/screen') diff --git a/misc/screen/PLIST b/misc/screen/PLIST index e9be23e0e21..56a22c25e05 100644 --- a/misc/screen/PLIST +++ b/misc/screen/PLIST @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:29:31 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info @exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +@unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc @dirrm share/examples/screen diff --git a/misc/screen/PLIST.SunOS b/misc/screen/PLIST.SunOS index 2d08ed4b818..ee762b34933 100644 --- a/misc/screen/PLIST.SunOS +++ b/misc/screen/PLIST.SunOS @@ -1,11 +1,11 @@ -@comment $NetBSD: PLIST.SunOS,v 1.1 2001/11/01 01:33:18 zuntum Exp $ +@comment $NetBSD: PLIST.SunOS,v 1.2 2002/02/15 10:12:52 skrll Exp $ bin/screen bin/${DISTNAME} man/man1/screen.1 @unexec install-info --delete %D/info/screen.info %D/info/dir info/screen.info @exec install-info %D/info/screen.info %D/info/dir -@unexec if [ -f %D/bin/screen.old ]; then rm -f %D/bin/screen.old ; fi +@unexec if [ -f %D/bin/screen.old ]; then ${RM} -f %D/bin/screen.old ; fi share/examples/screen/screenrc @dirrm share/examples/screen share/lib/terminfo/s/screen -- cgit v1.2.3