diff options
author | asami <asami@FreeBSD.org> | 1994-11-24 08:08:17 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-24 08:08:17 +0800 |
commit | 783961e7ea1c7553569da2e8740cb570006e48c9 (patch) | |
tree | 3fd60a50c88e746e064e9ab610f9a572a2d99169 /textproc | |
parent | 9761dfcff1cf9aee11dfbd664ebf887fc6b93c06 (diff) | |
download | freebsd-ports-gnome-783961e7ea1c7553569da2e8740cb570006e48c9.tar.gz freebsd-ports-gnome-783961e7ea1c7553569da2e8740cb570006e48c9.tar.zst freebsd-ports-gnome-783961e7ea1c7553569da2e8740cb570006e48c9.zip |
Make the message align with those from bsd.port.mk.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/coco/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile index 613504736343..5289a380a59e 100644 --- a/textproc/coco/Makefile +++ b/textproc/coco/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 |