svn commit: r314504 - head/x11/vdesk
Eitan Adler
eadler at freebsd.org
Mon Mar 18 13:18:26 UTC 2013
On 18 March 2013 03:22, Chris Rees <utisoft at gmail.com> wrote:
>
> 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.
Good point. If I find the time I will fix it.
--
Eitan Adler
Source, Ports, Doc committer
Bugmeister, Ports Security teams
More information about the svn-ports-all
mailing list