diff options
author | asami <asami@FreeBSD.org> | 1994-11-24 00:08:17 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1994-11-24 00:08:17 +0000 |
commit | 783961e7ea1c7553569da2e8740cb570006e48c9 (patch) | |
tree | 3fd60a50c88e746e064e9ab610f9a572a2d99169 /textproc/coco | |
parent | 9761dfcff1cf9aee11dfbd664ebf887fc6b93c06 (diff) | |
download | FreeBSD-ports-783961e7ea1c7553569da2e8740cb570006e48c9.zip FreeBSD-ports-783961e7ea1c7553569da2e8740cb570006e48c9.tar.gz |
Make the message align with those from bsd.port.mk.
Diffstat (limited to 'textproc/coco')
-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 6135047..5289a38 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 |