diff options
Diffstat (limited to 'x11-wm/windowmaker/Makefile')
-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> |