On Mar 5, 2011, at 08:52, [email protected] wrote: > Revision: 76684 > http://trac.macports.org/changeset/76684 > Author: [email protected] > Date: 2011-03-05 06:51:58 -0800 (Sat, 05 Mar 2011) > Log Message: > ----------- > make lint stop whining > > Modified Paths: > -------------- > trunk/dports/sysutils/rpm/Portfile > > Modified: trunk/dports/sysutils/rpm/Portfile > =================================================================== > --- trunk/dports/sysutils/rpm/Portfile 2011-03-05 14:45:35 UTC (rev > 76683) > +++ trunk/dports/sysutils/rpm/Portfile 2011-03-05 14:51:58 UTC (rev > 76684) > @@ -120,7 +120,7 @@ > } > } > > -variant docs { > +variant docs description "API documentation" { > depends_run-append bin:doxygen:doxygen > configure.args-delete --without-apidocs > configure.args-append --with-apidocs
Actually, the reason we add variant descriptions is not to make lint stop whining, but to inform users what the variants do... :) _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
