summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-27 22:31:46 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-27 22:31:46 +0000
commit882ab5e8bcc7112abab045a9aa76c96a589f24aa (patch)
treed4176cc3d4a6b7e1e59757cad7499ad94aa5781f /net
parentecho -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff (diff)
hotname -> hostname
Notes
Notes: svn path=/head/; revision=21035
Diffstat (limited to 'net')
-rw-r--r--net/gnu-finger/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gnu-finger/Makefile b/net/gnu-finger/Makefile
index 88e5b9040690..7fcc5bb800f6 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.7 1999/01/27 07:41:25 fenner Exp $
+# $Id: Makefile,v 1.8 1999/08/27 22:29:55 mharo 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} "GNU.finger.server.hostname" > ${PREFIX}/etc/fingerdir/serverhost.sample
@${ECHO} "mail.spool.server.hostname" > ${PREFIX}/etc/fingerdir/mailhost.sample
.include <bsd.port.mk>