diff options
author | Peter Pentchev <roam@FreeBSD.org> | 2001-02-22 09:03:43 +0000 |
---|---|---|
committer | Peter Pentchev <roam@FreeBSD.org> | 2001-02-22 09:03:43 +0000 |
commit | 401695d3cb86f930a59dc54fbbd9bd248e09618f (patch) | |
tree | 70cbad86d40a96b645a1dc18ef8cb3f537f55dbf /dns/nslint | |
parent | Cosmetics. Remove commented out lines. (diff) |
Update to 2.0.2a2, change maintainer.
Replace a patch with an ALL_TARGET line in the port Makefile.
PR: 24840
Submitted by: Pete Fritchman <petef@databits.net> - new maintainer
Notes
Notes:
svn path=/head/; revision=38588
Diffstat (limited to 'dns/nslint')
-rw-r--r-- | dns/nslint/Makefile | 8 | ||||
-rw-r--r-- | dns/nslint/distinfo | 2 | ||||
-rw-r--r-- | dns/nslint/files/patch-aa | 13 | ||||
-rw-r--r-- | dns/nslint/pkg-descr | 5 |
4 files changed, 9 insertions, 19 deletions
diff --git a/dns/nslint/Makefile b/dns/nslint/Makefile index 40da8bb97609..ffae981b5976 100644 --- a/dns/nslint/Makefile +++ b/dns/nslint/Makefile @@ -6,15 +6,15 @@ # PORTNAME= nslint -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.2a2 CATEGORIES= net MASTER_SITES= ftp://ftp.ee.lbl.gov/ -EXTRACT_SUFX= .tar.Z -MAINTAINER= dglo@SSEC.WISC.EDU +MAINTAINER= petef@databits.net HAS_CONFIGURE= yes -CONFIGURE_ARGS= --quiet +CONFIGURE_ARGS= --quiet --mandir=${MANPREFIX}/man --prefix=${PREFIX} +ALL_TARGET= nslint INSTALL_TARGET= install install-man MAN8= nslint.8 diff --git a/dns/nslint/distinfo b/dns/nslint/distinfo index 11bf82499395..9bd8c211a47f 100644 --- a/dns/nslint/distinfo +++ b/dns/nslint/distinfo @@ -1 +1 @@ -MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16 +MD5 (nslint-2.0.2a2.tar.gz) = 25e3eef43b9c85d1b07266912aa6ba4d diff --git a/dns/nslint/files/patch-aa b/dns/nslint/files/patch-aa deleted file mode 100644 index cbdbce18804c..000000000000 --- a/dns/nslint/files/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -*** Makefile.in.orig Tue Jul 22 19:22:58 1997 ---- Makefile.in Mon Oct 27 09:13:15 1997 -*************** -*** 77,82 **** ---- 77,84 ---- - - CLEANFILES = $(PROG) $(OBJ) $(GENSRC) - -+ all: $(PROG) -+ - $(PROG): $(OBJ) - @rm -f $@ - $(CC) $(CFLAGS) -o $@ $(OBJ) $(LIBS) diff --git a/dns/nslint/pkg-descr b/dns/nslint/pkg-descr index b0ab4b2133eb..8cbd6955216b 100644 --- a/dns/nslint/pkg-descr +++ b/dns/nslint/pkg-descr @@ -3,4 +3,7 @@ Lawrence Berkeley National Laboratory, Network Research Group. Please send bugs and comments to nslint@ee.lbl.gov. - - Craig Leres +WWW: http://ee.lbl.gov/ftp.html + +- Pete +petef@databits.net |