Date: Sun, 24 Mar 2019 11:27:51 -0700 From: Cy Schubert <Cy.Schubert@cschubert.com> To: =?ISO-8859-1?Q?Romain_Tarti=E8re?= <romain@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r496766 - head/sysutils/nut Message-ID: <5652493B-25F9-4808-A5B7-7ED8EEB925E3@cschubert.com> In-Reply-To: <201903241802.x2OI2FBG088181@repo.freebsd.org> References: <201903241802.x2OI2FBG088181@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On March 24, 2019 11:02:15 AM PDT, "Romain Tarti=C3=A8re" <romain@FreeBSD= =2Eorg> wrote: >Author: romain >Date: Sun Mar 24 18:02:15 2019 >New Revision: 496766 >URL: https://svnweb=2Efreebsd=2Eorg/changeset/ports/496766 > >Log: > Fix build when DOCS is unset > =20 >Do not contionaly install the logging files depending on the DOCS >option set=2E > THey should always be installed=2E > =20 > Approved by: portmgr (blanket) > >Modified: > head/sysutils/nut/Makefile > >Modified: head/sysutils/nut/Makefile >=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D >--- 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: >=2Efor file in AUTHORS COPYING ChangeLog INSTALL MAINTAINERS NEWS README >UPGRADING > ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} > =2Eendfor >+=2Eendif > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/syslog=2Ed > ${INSTALL_DATA} ${PATCHDIR}/nut=2Esyslog >${STAGEDIR}${PREFIX}/etc/syslog=2Ed/nut > @${MKDIR} ${STAGEDIR}${PREFIX}/etc/newsyslog=2Econf=2Ed > ${INSTALL_DATA} ${PATCHDIR}/nut=2Enewsyslog >${STAGEDIR}${PREFIX}/etc/newsyslog=2Econf=2Ed/nut=2Econf > ${MKDIR} ${STAGEDIR}/var/log/nut >-=2Eendif >=20 > =2Einclude <bsd=2Eport=2Emk> Thank you=2E --=20 Pardon the typos and autocorrect, small keyboard in use=2E Cheers, Cy Schubert <Cy=2ESchubert@cschubert=2Ecom> FreeBSD UNIX: <cy@FreeBSD=2Eorg> Web: http://www=2EFreeBSD=2Eorg The need of the many outweighs the greed of the few=2E
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5652493B-25F9-4808-A5B7-7ED8EEB925E3>