aboutsummaryrefslogtreecommitdiff
path: root/dns/nsping/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dns/nsping/Makefile')
-rw-r--r--dns/nsping/Makefile23
1 files changed, 0 insertions, 23 deletions
diff --git a/dns/nsping/Makefile b/dns/nsping/Makefile
deleted file mode 100644
index 797cb44f4349..000000000000
--- a/dns/nsping/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# New ports collection makefile for: nsping
-# Version required: 0.8
-# Date created: 04 March 2000
-# Whom: Kris Kennaway <kris@FreeBSD.org>
-#
-# $FreeBSD$
-
-DISTNAME= nsping
-PKGNAME= nsping-0.8
-CATEGORIES= net
-MASTER_SITES= http://www.enteract.com/~tqbf/
-
-MAINTAINER= kris@FreeBSD.org
-
-WRKSRC= ${WRKDIR}/${PKGNAME}
-
-MAN8= nsping.8
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/nsping ${PREFIX}/sbin
- ${INSTALL_DATA} ${WRKSRC}/nsping.8 ${PREFIX}/man/man8
-
-.include <bsd.port.mk>