summaryrefslogtreecommitdiff
path: root/textproc/yodl/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:30:39 +0000
commitb8f8618362b39a01e2225feef7d298fb22cafe2f (patch)
tree67a28a0746219c11b5e630daec412185165d3ed9 /textproc/yodl/Makefile
parentUpdate to version 0.9.48 (diff)
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes: svn path=/head/; revision=21034
Diffstat (limited to 'textproc/yodl/Makefile')
-rw-r--r--textproc/yodl/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/yodl/Makefile b/textproc/yodl/Makefile
index d2339fc17aee..5d6ba121e62e 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)