diff options
Diffstat (limited to 'textproc/sgmltools-lite/Makefile')
-rw-r--r-- | textproc/sgmltools-lite/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/sgmltools-lite/Makefile b/textproc/sgmltools-lite/Makefile index 8e4ae344d9d8..02409d3dc528 100644 --- a/textproc/sgmltools-lite/Makefile +++ b/textproc/sgmltools-lite/Makefile @@ -30,6 +30,6 @@ pre-install: ${MKDIR} ${PREFIX}/etc/sgml post-install: - ${ECHO} "3.0.0" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION + ${ECHO_CMD} "3.0.0" > ${LOCALBASE}/share/sgml/misc/sgmltools/VERSION .include <bsd.port.mk> |