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-canna | |
parent | a4d9a62bb2b75302074de92c9964bec61b5976e3 (diff) | |
download | ports-95d1bcf11a31d0acd5489669af018910fafd887f.tar.gz ports-95d1bcf11a31d0acd5489669af018910fafd887f.zip |
Notes
Diffstat (limited to 'japanese/mule-canna')
-rw-r--r-- | japanese/mule-canna/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/mule-canna/Makefile b/japanese/mule-canna/Makefile index 613504736343..5289a380a59e 100644 --- a/japanese/mule-canna/Makefile +++ b/japanese/mule-canna/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 |