Date: Fri, 15 Jun 2007 22:44:12 +0400 From: "Andrew Pantyukhin" <sat@FreeBSD.org> To: "Sergei Kolobov" <sergei@freebsd.org>, cvs-all@freebsd.org, cvs-ports@freebsd.org, ports-committers@freebsd.org Subject: Re: cvs commit: ports/sysutils/cfengine Makefile distinfo ports/sysutils/cfengine/files cfexecd.in cfservd.in patch-Makefile.in patch-doc_Makefile.in Message-ID: <cb5206420706151144q22cf9fcen10ecf8bd68d2f512@mail.gmail.com> In-Reply-To: <20070615182712.7053016A4D5@hub.freebsd.org> References: <200706151818.l5FIIwTS008070@repoman.freebsd.org> <20070615182712.7053016A4D5@hub.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On 6/15/07, Sergei Kolobov <sergei@freebsd.org> wrote: > sergei 2007-06-15 18:18:58 UTC > > FreeBSD ports repository > > Modified files: > sysutils/cfengine Makefile distinfo > sysutils/cfengine/files patch-Makefile.in > patch-doc_Makefile.in > Added files: > sysutils/cfengine/files cfexecd.in cfservd.in > Log: > - Update to 2.2.1 [1] > - Add rc.d scripts for cfexecd(8) and cfservd(8) > > PR: ports/113167 [1] > Submitted by: Jo Rhett <jrhett AT svcolo dot com> > > Revision Changes Path > 1.38 +8 -3 ports/sysutils/cfengine/Makefile > 1.13 +3 -3 ports/sysutils/cfengine/distinfo > 1.1 +30 -0 ports/sysutils/cfengine/files/cfexecd.in (new) > 1.1 +30 -0 ports/sysutils/cfengine/files/cfservd.in (new) > 1.2 +12 -5 ports/sysutils/cfengine/files/patch-Makefile.in > 1.3 +30 -16 ports/sysutils/cfengine/files/patch-doc_Makefile.in > _______________________________________________ > +CONFIGURE_ARGS= --with-docs \ > + --docdir=${DOCSDIR} \ > + --infodir=${PREFIX}/info \ > + --mandir=${MANPREFIX}/man You set docdir to DOCSDIR here, but your patches change docdir to prefix/share/doc/cfengine, which is not quite the same thing. I know many ports don't support non-standard DOCSDIR, but still what you want to do is probably change your patches to replace the value with @docdir@ Thanks!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?cb5206420706151144q22cf9fcen10ecf8bd68d2f512>