svn commit: r314504 - head/x11/vdesk
Chris Rees
utisoft at gmail.com
Mon Mar 18 11:23:36 UTC 2013
On 17 Mar 2013 23:48, "Eitan Adler" <eadler at freebsd.org> wrote:
>
> Author: eadler
> Date: Sun Mar 17 23:48:01 2013
> New Revision: 314504
> URL: http://svnweb.freebsd.org/changeset/ports/314504
>
> Log:
> Simplify port:
> - remove inert code that attempted to remove a ./configure file
> - convert to OptionsNG
>
> Modified:
> head/x11/vdesk/Makefile
>
> Modified: head/x11/vdesk/Makefile
>
==============================================================================
> --- head/x11/vdesk/Makefile Sun Mar 17 23:29:57 2013 (r314503)
> +++ head/x11/vdesk/Makefile Sun Mar 17 23:48:01 2013 (r314504)
> @@ -13,7 +13,9 @@ COMMENT= Command-line utility for settin
> DOCS= AUTHORS COPYING ChangeLog INSTALL NEWS README
> PLIST_DIRS= share/doc/vdesk
> PLIST_FILES= bin/vdesk
> -.if !defined(NOPORTDOCS)
> +
> +.include <bsd.port.options.mk>
> +.if ${PORT_OPTIONS:MDOCS}
> .for ii in ${DOCS}
> PLIST_FILES+= share/doc/vdesk/${ii}
> .endfor
PORTDOCS should be used here.
Chris
More information about the svn-ports-head
mailing list