svn commit: r411124 - in head/sysutils: . dsbmd dsbmd/files
Alexey Dokuchaev
danfe at FreeBSD.org
Tue Mar 22 09:36:04 UTC 2016
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 at nic-nac-project.org>
> +# $FreeBSD$
You're lucky missing `#' in "Created by" does not trigger build error. :)
> +PLIST_FILES= libexec/dsbmd "@sample etc/dsbmd.conf.sample etc/dsbmd.conf"
For default suffix (`.sample') second argument to @sample is not needed.
> +.include <bsd.port.options.mk>
> +
> +.if ${PORT_OPTIONS:MDOCS}
> +PORTDOCS= README
> +.endif
> +
> +.include <bsd.port.mk>
Entirely useless part. Just PORTDOCS= README, unconditionally.
./danfe
More information about the svn-ports-all
mailing list