From 9f2f314f6b537b7d00e1162ed95209af29ece6ca Mon Sep 17 00:00:00 2001 From: sthen Date: Mon, 28 Mar 2011 14:10:58 +0000 Subject: [PATCH] drop maintainer; use more specific license comment while there --- net/nagios/nagios/Makefile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/net/nagios/nagios/Makefile b/net/nagios/nagios/Makefile index eabd7162d11..dd622b190fd 100644 --- a/net/nagios/nagios/Makefile +++ b/net/nagios/nagios/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.44 2011/01/20 14:04:33 sthen Exp $ +# $OpenBSD: Makefile,v 1.45 2011/03/28 14:10:58 sthen Exp $ COMMENT-main= host and service monitor COMMENT-web= cgis and webpages for nagios V= 3.2.3 -REVISION-main= 0 +REVISION-main= 1 +REVISION-web= 0 DISTNAME= nagios-${V} PKGNAME-main= nagios-${V} PKGNAME-web= nagios-web-${V} @@ -12,9 +13,7 @@ CATEGORIES= net HOMEPAGE= http://www.nagios.org/ -MAINTAINER= Stuart Henderson - -# GPL +# GPLv2 only PERMIT_PACKAGE_CDROM= Yes PERMIT_PACKAGE_FTP= Yes PERMIT_DISTFILES_CDROM= Yes