aboutsummaryrefslogtreecommitdiff
path: root/dns/nslint/Makefile
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2000-09-23 01:36:53 +0000
commit8c7499bdfa85657ea6c2517ada0ef4a4db489beb (patch)
tree1c37a6088704b234484b1352cd1f882fb2a253ad /dns/nslint/Makefile
parentc9396a78f758664f44aa3d601d25c18c74372c10 (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_1'.release/4.1.1
Notes
Notes: svn path=/head/; revision=33029 svn path=/tags/RELEASE_4_1_1/; revision=33030; tag=release/4.1.1
Diffstat (limited to 'dns/nslint/Makefile')
-rw-r--r--dns/nslint/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile
deleted file mode 100644
index 40da8bb97609..000000000000
--- a/dns/nslint/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# New ports collection makefile for: nslint
-# Date created: 27 October 1997
-# Whom: dglo@ssec.wisc.edu
-#
-# $FreeBSD$
-#
-
-PORTNAME= nslint
-PORTVERSION= 2.0.1
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.ee.lbl.gov/
-EXTRACT_SUFX= .tar.Z
-
-MAINTAINER= dglo@SSEC.WISC.EDU
-
-HAS_CONFIGURE= yes
-CONFIGURE_ARGS= --quiet
-INSTALL_TARGET= install install-man
-MAN8= nslint.8
-
-.include <bsd.port.mk>