Date: Mon, 24 Nov 2014 18:30:38 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r373311 - head/games/p5-Algorithm-Pair-Best2 Message-ID: <201411241830.sAOIUcIB003095@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Mon Nov 24 18:30:38 2014 New Revision: 373311 URL: https://svnweb.freebsd.org/changeset/ports/373311 QAT: https://qat.redports.org/buildarchive/r373311/ Log: - Add LICENSE - Cleanup PLIST Modified: head/games/p5-Algorithm-Pair-Best2/Makefile head/games/p5-Algorithm-Pair-Best2/pkg-plist Modified: head/games/p5-Algorithm-Pair-Best2/Makefile ============================================================================== --- head/games/p5-Algorithm-Pair-Best2/Makefile Mon Nov 24 18:30:33 2014 (r373310) +++ head/games/p5-Algorithm-Pair-Best2/Makefile Mon Nov 24 18:30:38 2014 (r373311) @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= sunpoet@FreeBSD.org COMMENT= Select tournament pairings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USE_PERL5= configure USES= perl5 Modified: head/games/p5-Algorithm-Pair-Best2/pkg-plist ============================================================================== --- head/games/p5-Algorithm-Pair-Best2/pkg-plist Mon Nov 24 18:30:33 2014 (r373310) +++ head/games/p5-Algorithm-Pair-Best2/pkg-plist Mon Nov 24 18:30:38 2014 (r373311) @@ -1,8 +1,3 @@ %%SITE_PERL%%/Algorithm/Pair/Best2.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2/.packlist %%PERL5_MAN3%%/Algorithm::Pair::Best2.3.gz -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair/Best2 -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm/Pair -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Algorithm -@dirrmtry %%SITE_PERL%%/Algorithm/Pair -@dirrmtry %%SITE_PERL%%/Algorithm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411241830.sAOIUcIB003095>