diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:24:43 +0000 |
commit | 985b201424d63717aa5b6578fece8f2b853d9164 (patch) | |
tree | cc5885e72ecb468c0903137642e832ae5c7dc584 /net-mgmt/ourmon | |
parent | Add NO_STAGE all over the place in preparation for the staging support (cat: ... (diff) |
Add NO_STAGE all over the place in preparation for the staging support (cat: net-mgmt)
Notes
Notes:
svn path=/head/; revision=327757
Diffstat (limited to 'net-mgmt/ourmon')
-rw-r--r-- | net-mgmt/ourmon/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-mgmt/ourmon/Makefile b/net-mgmt/ourmon/Makefile index b88341bd5bfa..9ffa77a10414 100644 --- a/net-mgmt/ourmon/Makefile +++ b/net-mgmt/ourmon/Makefile @@ -1,7 +1,4 @@ -# New ports collection makefile for: ourmon -# Date created: 01 May 2005 -# Whom: Charlie Schluting <manos@cs.pdx.edu> -# +# Created by: Charlie Schluting <manos@cs.pdx.edu> # $FreeBSD$ PORTNAME= ourmon @@ -30,6 +27,7 @@ SUB_FILES= pkg-message USE_RC_SUBR= ourmon +NO_STAGE= yes .include <bsd.port.pre.mk> pre-everything:: |