diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /net/gnu-finger | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (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 'net/gnu-finger')
-rw-r--r-- | net/gnu-finger/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/gnu-finger/Makefile b/net/gnu-finger/Makefile index b1991db43a0d..88e5b9040690 100644 --- a/net/gnu-finger/Makefile +++ b/net/gnu-finger/Makefile @@ -3,7 +3,7 @@ # Date created: 20 June 1996 # Whom: Yoshiro MIHIRA <sanpei@yy.cs.keio.ac.jp> # -# $Id: Makefile,v 1.6 1997/01/06 07:24:39 max Exp $ +# $Id: Makefile,v 1.7 1999/01/27 07:41:25 fenner Exp $ # DISTNAME= finger-1.37 @@ -23,7 +23,7 @@ post-install: @${CP} ${WRKSRC}/support/ttylocs ${PREFIX}/etc/fingerdir/ttylocs.sample @${CP} ${FILESDIR}/clients.sample ${PREFIX}/etc/fingerdir/clients.sample @${INSTALL} ${COPY} -m 744 -o root ${FILESDIR}/fingerd.sh.sample ${PREFIX}/etc/rc.d/fingerd.sh.sample - @echo "GNU.finger.server.hotname" > ${PREFIX}/etc/fingerdir/serverhost.sample - @echo "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample + @${ECHO} "GNU.finger.server.hotname" > ${PREFIX}/etc/fingerdir/serverhost.sample + @${ECHO} "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample .include <bsd.port.mk> |