summaryrefslogtreecommitdiff
path: root/dns/ddup/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/ddup/Makefile')
-rw-r--r--dns/ddup/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/dns/ddup/Makefile b/dns/ddup/Makefile
deleted file mode 100644
index b6e9f5150e5c..000000000000
--- a/dns/ddup/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: ddup
-# Version required: 2.0.4
-# Date created: 30 September 1999
-# Whom: cjm2
-#
-# $FreeBSD$
-#
-
-DISTNAME= ddup-2.0.4
-CATEGORIES= net
-MASTER_SITES= ftp://gandy.dyndns.org/pub/ddup/
-
-MAINTAINER= cjm2@altavista.net
-
-WRKSRC= ${WRKDIR}/ddup-nic
-
-MAN1= ddup.1
-MANCOMPRESSED= no
-
-post-install:
- strip ${PREFIX}/sbin/ddup
-
-.include <bsd.port.mk>