diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 00:08:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1994-11-24 00:08:17 +0000 |
commit | 95d1bcf11a31d0acd5489669af018910fafd887f (patch) | |
tree | 3250ebc7c445babfbfd127d3c7819260d22074a9 /japanese/mule-wnn7 | |
parent | Adobe font metrics as used by FlexFAX. (diff) |
Make the message align with those from bsd.port.mk.
Diffstat (limited to 'japanese/mule-wnn7')
-rw-r--r-- | japanese/mule-wnn7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mule-wnn7/Makefile b/japanese/mule-wnn7/Makefile index 613504736343..5289a380a59e 100644 --- a/japanese/mule-wnn7/Makefile +++ b/japanese/mule-wnn7/Makefile @@ -3,7 +3,7 @@ # Date created: 22 November 1994 # Whom: Satoshi Asami (asami) # -# $Id: $ +# $Id: Makefile,v 1.1.1.1 1994/11/22 23:59:13 asami Exp $ # DISTNAME= mule-2.1 @@ -34,7 +34,7 @@ pre-patch: # I took these two files from emacs-19.28 and added -lcrypt cp ${FILESDIR}/unexsunos4.c ${WRKSRC}/src cp ${FILESDIR}/freebsd.h ${WRKSRC}/src/s - @echo "===> Applying emacs -> mule patch" + @echo "===> Applying emacs -> mule patch" @for file in ${PATCHFILES}; do \ gzip -c -d ${DISTDIR}/$$file | patch -d ${WRKSRC} -p1 -s; \ done |