diff options
Diffstat (limited to 'x11-wm/aewm')
-rw-r--r-- | x11-wm/aewm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/aewm/Makefile b/x11-wm/aewm/Makefile index 64f22d725a8f..b1f63d46da61 100644 --- a/x11-wm/aewm/Makefile +++ b/x11-wm/aewm/Makefile @@ -21,12 +21,12 @@ USE_GMAKE= yes USE_X_PREFIX= yes pre-install: - ${ECHO} bin/aewm > ${PLIST} + ${ECHO_CMD} bin/aewm > ${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: |