diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-28 00:07:05 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2009-11-28 00:07:05 +0000 |
commit | eb9cca76eebbe9d559e7f61de753017fa042da67 (patch) | |
tree | 9928796dcb60b1b71afb5a13000616ffbbf666cc /net-mgmt/bsnmp-regex/Makefile | |
parent | 8b3abeb4c20c20a40517cf8984bc4bc9f16aa482 (diff) | |
download | ports-eb9cca76eebbe9d559e7f61de753017fa042da67.tar.gz ports-eb9cca76eebbe9d559e7f61de753017fa042da67.zip |
- Update to 0.5
- While here, fix configure handling
PR: 140069
Submitted by: Eugene Grosbein <eugen@eg.sd.rdtc.ru>
Approved by: Brock Williams <brock@cottonwoodcomputer.com> (maintainer?), maintainer timeout
Notes
Notes:
svn path=/head/; revision=244879
Diffstat (limited to 'net-mgmt/bsnmp-regex/Makefile')
-rw-r--r-- | net-mgmt/bsnmp-regex/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-mgmt/bsnmp-regex/Makefile b/net-mgmt/bsnmp-regex/Makefile index cd194fa62800..160865c57a4f 100644 --- a/net-mgmt/bsnmp-regex/Makefile +++ b/net-mgmt/bsnmp-regex/Makefile @@ -6,15 +6,14 @@ # PORTNAME= bsnmp-regex -PORTVERSION= 0.3 +PORTVERSION= 0.5 CATEGORIES= net-mgmt MASTER_SITES= http://memberwebs.com/stef/software/bsnmp-regex/ MAINTAINER= brock@cotcomsol.com COMMENT= A bsnmpd module allowing creation of counters from log files -HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${MANPREFIX}/man +GNU_CONFIGURE= yes MAN1= sockin.1 MAN5= bsnmp-regex.conf.5 |