mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
Unbreak: do not change ownership for share/nagios.
Assign maintainership to self.
This commit is contained in:
parent
01238c683b
commit
2240309adf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=136126
@ -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
|
||||
|
12
net-mgmt/nagios12/files/patch-html-Makefile.in
Normal file
12
net-mgmt/nagios12/files/patch-html-Makefile.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user