diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 09:39:59 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-01-29 09:39:59 +0000 |
commit | 8fdfd132857c04bb73e27c95cfd950ceb1e349e5 (patch) | |
tree | 1bbe88f40ac5398bca24bb78d418853ba0c1e5a8 /chinese/enscript | |
parent | d5819cf5478f5c222d63b9fd7a583910a204ab12 (diff) | |
download | ports-8fdfd132857c04bb73e27c95cfd950ceb1e349e5.tar.gz ports-8fdfd132857c04bb73e27c95cfd950ceb1e349e5.zip |
Notes
Diffstat (limited to 'chinese/enscript')
-rw-r--r-- | chinese/enscript/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chinese/enscript/Makefile b/chinese/enscript/Makefile index 02ba184878f9..0b6d45df875c 100644 --- a/chinese/enscript/Makefile +++ b/chinese/enscript/Makefile @@ -20,7 +20,7 @@ PLIST= ${WRKDIR}/pkg-plist PKGMESSAGE= ${.CURDIR}/pkg-message post-patch: - @${ECHO} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist + @${ECHO_CMD} "share/enscript/README.BIG5" > ${WRKDIR}/pkg-plist @${CAT} ${MASTERDIR}/pkg-plist >> ${WRKDIR}/pkg-plist do-install: |