diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-09 01:51:03 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-09 01:51:03 +0800 |
commit | 74e2afc4ef22ea4afb1b65719c8f7c3757316c89 (patch) | |
tree | f447c1372fe2f45a13ad8f49a56d9cf186a8a4b2 /sysutils/lmmon/Makefile | |
parent | 0dff3315e81fb9568aaad4beb2161dc12713ac14 (diff) | |
download | freebsd-ports-gnome-74e2afc4ef22ea4afb1b65719c8f7c3757316c89.tar.gz freebsd-ports-gnome-74e2afc4ef22ea4afb1b65719c8f7c3757316c89.tar.zst freebsd-ports-gnome-74e2afc4ef22ea4afb1b65719c8f7c3757316c89.zip |
Update port to 0.65:
* Add -m flag: produces a very simple output format, suitable for
input to other programs - such as the UCD SNMP Daemon.
By: Kevin Walton <kevinw@demon.net>
Diffstat (limited to 'sysutils/lmmon/Makefile')
-rw-r--r-- | sysutils/lmmon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/lmmon/Makefile b/sysutils/lmmon/Makefile index f4cef0567fbd..d24525d807cc 100644 --- a/sysutils/lmmon/Makefile +++ b/sysutils/lmmon/Makefile @@ -1,16 +1,16 @@ # New ports collection makefile for: lmmon -# Version required: 0.61 +# Version required: 0.65 # Date created: 24 September 1999 # Whom: Chris D. Faulhaber <jedgar@fxp.org> # # $FreeBSD$ # -DISTNAME= lmmon-0.61 +DISTNAME= lmmon-0.65 CATEGORIES= sysutils MASTER_SITES= http://www.fxp.org/~jedgar/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org GNU_CONFIGURE= yes MAN8= lmmon.8 |