diff options
author | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-05-17 16:21:15 +0000 |
---|---|---|
committer | Felippe de Meirelles Motta <lippe@FreeBSD.org> | 2008-05-17 16:21:15 +0000 |
commit | d10bd5c5bbd0bf2f0019235c23eb23fc446667f2 (patch) | |
tree | c94e103bdc6270ed73b66999fd5c59f0d50322fa /net-mgmt | |
parent | 323ccb7e6ba25625b3ed8df2002f5ac1ad9528f3 (diff) |
Notes
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." |