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 /net/nslint/Makefile | |
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
Diffstat (limited to 'net/nslint/Makefile')
-rw-r--r-- | net/nslint/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/nslint/Makefile b/net/nslint/Makefile index 40da8bb97609..ffae981b5976 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 |