Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Mar 2019 18:02:15 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496766 - head/sysutils/nut
Message-ID:  <201903241802.x2OI2FBG088181@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sun Mar 24 18:02:15 2019
New Revision: 496766
URL: https://svnweb.freebsd.org/changeset/ports/496766

Log:
  Fix build when DOCS is unset
  
  Do not contionaly install the logging files depending on the DOCS option set.
  THey should always be installed.
  
  Approved by:	portmgr (blanket)

Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Sun Mar 24 16:05:46 2019	(r496765)
+++ head/sysutils/nut/Makefile	Sun Mar 24 18:02:15 2019	(r496766)
@@ -187,11 +187,11 @@ post-install:
 .for file in AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README UPGRADING
 	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
+.endif
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog.d
 	${INSTALL_DATA} ${PATCHDIR}/nut.syslog ${STAGEDIR}${PREFIX}/etc/syslog.d/nut
 	@${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d
 	${INSTALL_DATA} ${PATCHDIR}/nut.newsyslog ${STAGEDIR}${PREFIX}/etc/newsyslog.conf.d/nut.conf
 	${MKDIR} ${STAGEDIR}/var/log/nut
-.endif
 
 .include <bsd.port.mk>



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