Date: Thu, 6 Sep 2012 07:28:22 +0000 (UTC) From: Steve Wills <swills@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303747 - head/devel/p5-Test-Class-Most Message-ID: <201209060728.q867SMF3080977@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: swills Date: Thu Sep 6 07:28:21 2012 New Revision: 303747 URL: http://svn.freebsd.org/changeset/ports/303747 Log: - Fix plist - Use CPAN macro for SUBDIR PR: ports/170839 Approved by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer) Modified: head/devel/p5-Test-Class-Most/Makefile (contents, props changed) Modified: head/devel/p5-Test-Class-Most/Makefile ============================================================================== --- head/devel/p5-Test-Class-Most/Makefile Thu Sep 6 06:15:28 2012 (r303746) +++ head/devel/p5-Test-Class-Most/Makefile Thu Sep 6 07:28:21 2012 (r303747) @@ -7,9 +7,10 @@ PORTNAME= Test-Class-Most PORTVERSION= 0.06 +PORTREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= ../by-authors/id/O/OV/OVID +MASTER_SITE_SUBDIR= CPAN:OVID PKGNAMEPREFIX= p5- MAINTAINER= 5u623l20@gmail.com @@ -21,6 +22,7 @@ BUILD_DEPENDS= p5-Test-Class>0:${PORTSDI PERL_MODBUILD= yes PLIST_FILES= %%SITE_PERL%%/Test/Class/Most.pm +PLIST_DIRSTRY= %%SITE_PERL%%/Test/Class %%SITE_PERL%%/Test MAN3= Test::Class::Most.3
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209060728.q867SMF3080977>