summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2005-05-25 19:41:50 +0000
committerAnders Nordby <anders@FreeBSD.org>2005-05-25 19:41:50 +0000
commit2240309adf8c70df4e09256cbe068dd1a58e9646 (patch)
tree2824b938c18130890a5201bca07bc15871e4917a /net-mgmt
parentI've moved; update my location. (diff)
Unbreak: do not change ownership for share/nagios.
Assign maintainership to self.
Notes
Notes: svn path=/head/; revision=136126
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios12/Makefile4
-rw-r--r--net-mgmt/nagios12/files/patch-html-Makefile.in12
2 files changed, 13 insertions, 3 deletions
diff --git a/net-mgmt/nagios12/Makefile b/net-mgmt/nagios12/Makefile
index a6529b5dc045..c5cd10e0b62f 100644
--- a/net-mgmt/nagios12/Makefile
+++ b/net-mgmt/nagios12/Makefile
@@ -13,14 +13,12 @@ CATEGORIES= net-mgmt
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=nagios
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= anders@FreeBSD.org
COMMENT= Extremely powerful network monitoring system
LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd
RUN_DEPENDS= ${LOCALBASE}/libexec/nagios/check_nagios:${PORTSDIR}/net-mgmt/nagios-plugins
-BROKEN= Changes ownership of installed files
-
USE_GETOPT_LONG=yes
GNU_CONFIGURE= yes
USE_RC_SUBR= yes
diff --git a/net-mgmt/nagios12/files/patch-html-Makefile.in b/net-mgmt/nagios12/files/patch-html-Makefile.in
new file mode 100644
index 000000000000..35e24b090687
--- /dev/null
+++ b/net-mgmt/nagios12/files/patch-html-Makefile.in
@@ -0,0 +1,12 @@
+--- html/Makefile.in.orig Wed May 25 21:24:12 2005
++++ html/Makefile.in Wed May 25 21:24:54 2005
+@@ -33,7 +33,9 @@
+ devclean: clean
+
+ install:
++.if !exists($(DESTDIR)$(HTMLDIR))
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)
++.endif
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/media
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/stylesheets
+ $(INSTALL) -m 775 $(INSTALL_OPTS) -d $(DESTDIR)$(HTMLDIR)/contexthelp