aboutsummaryrefslogtreecommitdiff
path: root/dns/totd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/totd/Makefile')
-rw-r--r--dns/totd/Makefile22
1 files changed, 0 insertions, 22 deletions
diff --git a/dns/totd/Makefile b/dns/totd/Makefile
deleted file mode 100644
index 6993c0e5bc51..000000000000
--- a/dns/totd/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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>