svn commit: r436241 - in head/comms: . multimon-ng multimon-ng/files

Alexey Dokuchaev danfe at FreeBSD.org
Wed Mar 15 13:18:45 UTC 2017


On Wed, Mar 15, 2017 at 01:13:10PM +0000, Diane Bruce wrote:
> New Revision: 436241
> URL: https://svnweb.freebsd.org/changeset/ports/436241
> 
> Log:
>   multimon-ng a fork of multimon.
>   It decodes the following digital transmission modes:
> ...
> +PLIST_FILES+=	bin/multimon-ng

Why += here?

> +.include <bsd.port.pre.mk>
> +.if ${PORT_OPTIONS:MX11}
> +USE_XORG+=	sm ice x11 xext
> +.endif

Why not use option helpers (esp. since you're already using them above)?

./danfe


More information about the svn-ports-all mailing list