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/nsca27 | |
parent | 28bf02d683a6e9edd30f15574a3ae61f0ff5e585 (diff) | |
download | ports-985b201424d63717aa5b6578fece8f2b853d9164.tar.gz ports-985b201424d63717aa5b6578fece8f2b853d9164.zip |
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/nsca27')
-rw-r--r-- | net-mgmt/nsca27/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nsca27/Makefile b/net-mgmt/nsca27/Makefile index b0af53c19fd3..d2f06c079a0d 100644 --- a/net-mgmt/nsca27/Makefile +++ b/net-mgmt/nsca27/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: nsca -# Date created: 2003-11-18 -# Whom: Paul Dlug <paul@nerdlabs.com> -# +# Created by: Paul Dlug <paul@nerdlabs.com> # $FreeBSD$ -# PORTNAME= nsca PORTVERSION= 2.7.2 @@ -54,6 +50,7 @@ PLIST_SUB+= CLIENT="@comment " DOCS= Changelog LEGAL README SECURITY +NO_STAGE= yes do-install: .if defined(_BUILDING_NSCA_CLIENT) ${INSTALL_PROGRAM} ${WRKSRC}/src/send_nsca ${PREFIX}/sbin/send_nsca |