Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 2019 16:45:01 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r500507 - branches/2019Q2/net-mgmt/icingaweb2
Message-ID:  <201904301645.x3UGj1g9052180@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lme
Date: Tue Apr 30 16:45:01 2019
New Revision: 500507
URL: https://svnweb.freebsd.org/changeset/ports/500507

Log:
  MFH: r500393
  
  net-mgmt/icingaweb2:
  
  - Fix plist by installing icingacli's bash completion to ${PREFIX}/etc/bash_completion.d/
  - Bump PORTREVISION
  
  PR:		237596
  Submitted by:	Fredrik Eriksson <freebsd@wb9.se>
  
  Approved by:	portmgr (antoine)

Modified:
  branches/2019Q2/net-mgmt/icingaweb2/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/net-mgmt/icingaweb2/Makefile
==============================================================================
--- branches/2019Q2/net-mgmt/icingaweb2/Makefile	Tue Apr 30 16:32:29 2019	(r500506)
+++ branches/2019Q2/net-mgmt/icingaweb2/Makefile	Tue Apr 30 16:45:01 2019	(r500507)
@@ -3,6 +3,7 @@
 PORTNAME=	icingaweb2
 DISTVERSIONPREFIX=	v
 DISTVERSION=	2.6.3
+PORTREVISION=	1
 CATEGORIES=	net-mgmt www
 
 MAINTAINER=	lme@FreeBSD.org
@@ -48,9 +49,9 @@ post-patch:
 	${REINPLACE_CMD} 's%readlink[^)]*)%"${PREFIX}/bin/php"%g' \
 		${WRKSRC}/application/clicommands/WebCommand.php
 do-install:
-	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/bash_completion.d/
+	${MKDIR} ${STAGEDIR}${PREFIX}/etc/bash_completion.d/
 	${INSTALL_DATA} ${WRKSRC}/etc/bash_completion.d/icingacli \
-		${STAGEDIR}${EXAMPLESDIR}/bash_completion.d
+		${STAGEDIR}${PREFIX}/etc/bash_completion.d
 	(cd ${WRKSRC} && ${RM} -r .mailmap changelog.py icingaweb2.spec \
 		bin/license_writer.py packages test)
 	(${FIND} ${WRKSRC} -name "*.bak" -delete)
@@ -60,6 +61,7 @@ do-install:
 	${CHMOD} 755 ${STAGEDIR}${WWWDIR}/bin/icingacli
 	${RLN} ${STAGEDIR}${WWWDIR}/bin/icingacli ${STAGEDIR}${PREFIX}/bin/icingacli
 	${MKDIR} ${STAGEDIR}${ETCDIR}
+	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/
 .for webserver in apache nginx
 	${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/${webserver}
 	# ICINGAWEB_CONFIGDIR is set to /nonexistent to allow staging as user.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904301645.x3UGj1g9052180>