aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authorbillf <billf@FreeBSD.org>1998-12-02 07:27:04 +0800
committerbillf <billf@FreeBSD.org>1998-12-02 07:27:04 +0800
commita7fb1ac305c24bb536bbcdd19346998c3a552c1b (patch)
tree44238d5e7af055628df2b694cbb794f98117ae41 /x11-wm
parent149e21080b0a5de117d3eae2a44386273f26432d (diff)
downloadfreebsd-ports-gnome-a7fb1ac305c24bb536bbcdd19346998c3a552c1b.tar.gz
freebsd-ports-gnome-a7fb1ac305c24bb536bbcdd19346998c3a552c1b.tar.zst
freebsd-ports-gnome-a7fb1ac305c24bb536bbcdd19346998c3a552c1b.zip
portlint - /bin/rm -> ${RM}
Diffstat (limited to 'x11-wm')
-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)