1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00

hotname -> hostname

This commit is contained in:
Michael Haro 1999-08-27 22:31:46 +00:00
parent b8f8618362
commit 882ab5e8bc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21035

View File

@ -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>