summaryrefslogtreecommitdiff
path: root/editors/mule
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1994-11-24 00:08:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1994-11-24 00:08:17 +0000
commit95d1bcf11a31d0acd5489669af018910fafd887f (patch)
tree3250ebc7c445babfbfd127d3c7819260d22074a9 /editors/mule
parentAdobe font metrics as used by FlexFAX. (diff)
Make the message align with those from bsd.port.mk.
Notes
Notes: svn path=/head/; revision=488
Diffstat (limited to 'editors/mule')
-rw-r--r--editors/mule/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/mule/Makefile b/editors/mule/Makefile
index 613504736343..5289a380a59e 100644
--- a/editors/mule/Makefile
+++ b/editors/mule/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