summaryrefslogtreecommitdiff
path: root/x11-wm/piewm
diff options
context:
space:
mode:
authorBill Fumerola <billf@FreeBSD.org>1998-12-01 23:27:04 +0000
committerBill Fumerola <billf@FreeBSD.org>1998-12-01 23:27:04 +0000
commit6c04ae63f909c59d9621df7dad770c4eea757e60 (patch)
tree833f1d75ddf2d431077a94da6c653a245e09f525 /x11-wm/piewm
parentportlint - bring pkg/COMMENT under 70 characters (diff)
portlint - /bin/rm -> ${RM}
Notes
Notes: svn path=/head/; revision=15038
Diffstat (limited to 'x11-wm/piewm')
-rw-r--r--x11-wm/piewm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/piewm/Makefile b/x11-wm/piewm/Makefile
index 1fa02ae32389..19188bab94b6 100644
--- a/x11-wm/piewm/Makefile
+++ b/x11-wm/piewm/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.14 1998/09/17 00:32:58 asami Exp $
+# $Id: Makefile,v 1.15 1998/10/04 04:03:17 steve Exp $
#
DISTNAME= piewm
@@ -23,7 +23,7 @@ MAN1= piewm.1
# files plus an executable
pre-configure:
- @/bin/rm -rf ${WRKDIR}/xpm
+ @${RM} -rf ${WRKDIR}/xpm
pre-build:
@(cd ${WRKSRC}; ${MAKE} clean)