diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /textproc/yodl/Makefile | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.zip FreeBSD-ports-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r-- | textproc/yodl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile index d2339fc..5d6ba12 100644 --- a/textproc/yodl/Makefile +++ b/textproc/yodl/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Oct 1997 # Whom: Donald Burr <dburr@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1998/07/20 23:55:33 dburr Exp $ +# $Id: Makefile,v 1.2 1999/01/10 10:05:02 simokawa Exp $ # DISTNAME= yodl-1.22 @@ -35,7 +35,7 @@ do-build: # this weird contortion is because the YODL makefile is broken # trust me, it works. do-install: - @echo "*** NOTE: any errors from make can be safely ignored." + @${ECHO_MSG} "*** NOTE: any errors from make can be safely ignored." (cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} install) -(cd ${WRKSRC} && ${GMAKE} PREFIX=${PREFIX} manpages) (cd ${WRKSRC}/manpages && ${GMAKE} PREFIX=${PREFIX} manpages) |