diff options
author | lippe <lippe@FreeBSD.org> | 2008-05-18 00:21:15 +0800 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-05-18 00:21:15 +0800 |
commit | 0ed012fc80c354dad760763ca2e554ce976b638a (patch) | |
tree | cad6cd3b4011c07aa9534467dc7042b1b8d05b69 /net-mgmt | |
parent | d62976f1df7f480986b2f044e127620198624e55 (diff) | |
download | freebsd-ports-gnome-0ed012fc80c354dad760763ca2e554ce976b638a.tar.gz freebsd-ports-gnome-0ed012fc80c354dad760763ca2e554ce976b638a.tar.zst freebsd-ports-gnome-0ed012fc80c354dad760763ca2e554ce976b638a.zip |
- Fix typo.
- Bump PORTREVISION.
Reported by: Dan Langille (FreshPorts Sanity)
Approved by: araujo (mentor)
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/ourmon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index 34b2cf54c2c3..c8cc70156a03 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -6,6 +6,7 @@ PORTNAME= ourmon PORTVERSION= 2.8.1 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= SF DISTNAME= ourmon281 @@ -29,7 +30,7 @@ USE_RC_SUBR= ourmon .include <bsd.port.pre.mk> -pre-everything: +pre-everything:: @${ECHO_MSG} "===================================================" @${ECHO_MSG} "ATTENTION: Do not install startup script during" @${ECHO_MSG} "interactive steps, use the created by port instead." |