diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 12:14:18 +0000 |
commit | a80f0bd0dd7d4db692d81c1f2fe73f117828db0d (patch) | |
tree | e1ba2085cc7146328f30ef47d6e9941c2e1d05c3 /x11/buttonbox | |
parent | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff) | |
download | ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip |
Notes
Diffstat (limited to 'x11/buttonbox')
-rw-r--r-- | x11/buttonbox/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11/buttonbox/Makefile b/x11/buttonbox/Makefile index 617f453f9a13..82f46b60ea29 100644 --- a/x11/buttonbox/Makefile +++ b/x11/buttonbox/Makefile @@ -27,13 +27,13 @@ do-build: colour.c dispatcher.c main.c pre-install: - ${ECHO} bin/buttonbox > ${PLIST} - ${ECHO} lib/X11/app-defaults/ButtonBox.ad >> ${PLIST} + ${ECHO_CMD} bin/buttonbox > ${PLIST} + ${ECHO_CMD} lib/X11/app-defaults/ButtonBox.ad >> ${PLIST} .if !defined(NOPORTDOCS) for i in ${DOCS}; \ - do ${ECHO} ${DOCDIR}/$${i} >> ${PLIST}; \ + do ${ECHO_CMD} ${DOCDIR}/$${i} >> ${PLIST}; \ done - ${ECHO} @dirrm ${DOCDIR} >> ${PLIST} + ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} .endif do-install: |