Date: Tue, 22 Mar 2016 07:57:52 -0500 From: Mark Felder <feld@FreeBSD.org> To: Alexey Dokuchaev <danfe@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r411124 - in head/sysutils: . dsbmd dsbmd/files Message-ID: <1458651472.3713558.556345866.7C81782F@webmail.messagingengine.com> In-Reply-To: <20160322093603.GA87088@FreeBSD.org> References: <201603142207.u2EM7u9Y049542@repo.freebsd.org> <20160322093603.GA87088@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 22, 2016, at 04:36, Alexey Dokuchaev wrote: > On Mon, Mar 14, 2016 at 10:07:56PM +0000, Mark Felder wrote: > > New Revision: 411124 > > URL: https://svnweb.freebsd.org/changeset/ports/411124 > > > > +Created by: Marcel Kaiser <mk@nic-nac-project.org> > > +# $FreeBSD$ > > You're lucky missing `#' in "Created by" does not trigger build error. :) > I find this genuinely amusing. Thanks for noticing. > > +PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample etc/dsbmd.conf" > > For default suffix (`.sample') second argument to @sample is not needed. > I'm glad I re-read this email multiple times because I somehow missed this on the first read-through. Something weird with the quoting/collapsing on my email client I guess. > > +.include <bsd.port.options.mk> > > + > > +.if ${PORT_OPTIONS:MDOCS} > > +PORTDOCS= README > > +.endif > > + > > +.include <bsd.port.mk> > > Entirely useless part. Just PORTDOCS= README, unconditionally. > Yes, thanks again. -- Mark Felder ports-secteam member feld@FreeBSD.org
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1458651472.3713558.556345866.7C81782F>