summaryrefslogtreecommitdiff
path: root/x11-wm/uwm
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2002-01-29 12:14:18 +0000
commita80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch)
treee1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11-wm/uwm
parentUse ${ECHO_CMD} instead of ${ECHO} where you mean the echo command; (diff)
Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;
the ECHO macro is set to "echo" by default, but it is set to "true" if make(1) is invoked with the -s option while ECHO_CMD is always set to the echo command.
Notes
Notes: svn path=/head/; revision=53961
Diffstat (limited to 'x11-wm/uwm')
-rw-r--r--x11-wm/uwm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/uwm/Makefile b/x11-wm/uwm/Makefile
index a15814e4a13a..7334a964e584 100644
--- a/x11-wm/uwm/Makefile
+++ b/x11-wm/uwm/Makefile
@@ -24,9 +24,9 @@ post-patch:
${PERL} -pi -e 's:/usr/lib/X11:${PREFIX}/lib/X11:g' ${WRKSRC}/uwm.man
pre-install:
- ${ECHO} bin/uwm > ${PLIST}
- ${ECHO} lib/X11/uwm/system.uwmrc >> ${PLIST}
- ${ECHO} @dirrm lib/X11/uwm >> ${PLIST}
+ ${ECHO_CMD} bin/uwm > ${PLIST}
+ ${ECHO_CMD} lib/X11/uwm/system.uwmrc >> ${PLIST}
+ ${ECHO_CMD} @dirrm lib/X11/uwm >> ${PLIST}
post-install:
${MKDIR} ${PREFIX}/lib/X11/uwm