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-wm/windowmaker | |
parent | 4adc5a8a717b83cd9a139cd4c92ea01102d602e2 (diff) | |
download | ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.tar.gz ports-a80f0bd0dd7d4db692d81c1f2fe73f117828db0d.zip |
Notes
Diffstat (limited to 'x11-wm/windowmaker')
-rw-r--r-- | x11-wm/windowmaker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/windowmaker/Makefile b/x11-wm/windowmaker/Makefile index 49df01587287..c0a41c2a38d9 100644 --- a/x11-wm/windowmaker/Makefile +++ b/x11-wm/windowmaker/Makefile @@ -76,6 +76,6 @@ post-install: update-LINGUAS: extract cd ${WRKSRC}/po && \ - ${ECHO} *.po | ${SED} 's|\.po||g' > ${FILESDIR}/LINGUAS + ${ECHO_CMD} *.po | ${SED} 's|\.po||g' > ${FILESDIR}/LINGUAS .include <bsd.port.post.mk> |