freebsd-ports/dns/totd/Makefile
Kris Kennaway b805b9fbde Correct the location of the totd.conf and totd.conf.sample files for
package installations.  Release my maintainership as I don't use this
port any more.

Submitted by:	Shoichi Sakane <sakane@kame.net>
PR:		ports/38451
2002-08-24 03:31:43 +00:00

22 lines
440 B
Makefile

# New ports collection makefile for: totd
# Date created: 17 Nov 2000
# Whom: Kris Kennaway <kris@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= totd
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/
MAINTAINER= ports@FreeBSD.org
MAN8= totd.8
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA} ${FILESDIR}/totd.conf.sample ${PREFIX}/etc
.include <bsd.port.mk>