On Sun, Dec 25, 2011 at 10:27:48PM +0000, Chris Rees wrote: > On 25 December 2011 19:46, Jan Beich <jbe...@tormail.net> wrote: > > Rene Ladan <r...@freebsd.org> writes: > > > >> FreeBSD ports repository > >> > >> Modified files: > >> net-p2p/amule Makefile > >> Added files: > >> net-p2p/amule/files patch-configure > >> Log: > >> Fix libpng check in configure script, fixed upstream in r10694. > >> > >> PR: ports/163182 > >> Submitted by: Barbara > >> Approved by: maintainer timeout (swell.k, 14 days) > >> > >> Revision Changes Path > >> 1.51 +3 -2 ports/net-p2p/amule/Makefile > > [...] > >> @@ -16,7 +17,7 @@ COMMENT= The all-platform eMule p2p clie > >> > >> LICENSE= GPLv2 GPLv3 > >> LICENSE_COMB= dual > >> -LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING > >> +#LICENSE_FILE_GPLv2=${WRKSRC}/docs/COPYING > > > > How is this change related to libpng fix? > > It's not... but there's no need to specify LICENSE_FILE for a known licence.
Right, so perhaps this line should be dropped completely, not just commented out. On a related note, thanks for removing LICENSE_FILE knobs for known standard licenses, we need to cure this abuse for quite a while. ./danfe _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscr...@freebsd.org"