diff options
author | roam <roam@FreeBSD.org> | 2001-02-22 17:03:43 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-02-22 17:03:43 +0800 |
commit | 8a07f171c827f0403e36d4733ea2842270f2081e (patch) | |
tree | 6e20e42d981b66402035274b919f3dd33c08914b /net/nslint | |
parent | d1b233ba6060368a8c39a91747e0f36ff2b2d630 (diff) | |
download | freebsd-ports-graphics-8a07f171c827f0403e36d4733ea2842270f2081e.tar.gz freebsd-ports-graphics-8a07f171c827f0403e36d4733ea2842270f2081e.tar.zst freebsd-ports-graphics-8a07f171c827f0403e36d4733ea2842270f2081e.zip |
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
Diffstat (limited to 'net/nslint')
-rw-r--r-- | net/nslint/Makefile | 8 | ||||
-rw-r--r-- | net/nslint/distinfo | 2 | ||||
-rw-r--r-- | net/nslint/files/patch-aa | 13 | ||||
-rw-r--r-- | net/nslint/pkg-descr | 5 |
4 files changed, 9 insertions, 19 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 40da8bb9760..ffae981b597 100644 --- a/net/nslint/Makefile +++ b/net/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/net/nslint/distinfo b/net/nslint/distinfo index 11bf8249939..9bd8c211a47 100644 --- a/net/nslint/distinfo +++ b/net/nslint/distinfo @@ -1 +1 @@ -MD5 (nslint-2.0.1.tar.Z) = 884805aa54976165e393e2f423b6da16 +MD5 (nslint-2.0.2a2.tar.gz) = 25e3eef43b9c85d1b07266912aa6ba4d diff --git a/net/nslint/files/patch-aa b/net/nslint/files/patch-aa deleted file mode 100644 index cbdbce18804..00000000000 --- a/net/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/net/nslint/pkg-descr b/net/nslint/pkg-descr index b0ab4b2133e..8cbd6955216 100644 --- a/net/nslint/pkg-descr +++ b/net/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 |