diff options
Diffstat (limited to 'net-mgmt/nsca/Makefile')
-rw-r--r-- | net-mgmt/nsca/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net-mgmt/nsca/Makefile b/net-mgmt/nsca/Makefile index 95a5139bbb3e..707a7384c7e1 100644 --- a/net-mgmt/nsca/Makefile +++ b/net-mgmt/nsca/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.9.1 @@ -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 |