diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-04 05:29:23 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-03-04 05:29:23 +0000 |
commit | 277a051079f933c0d7d739913a77e352731d8310 (patch) | |
tree | f86b9cf95a2e10c0cc9ce6202872d7e65716bc23 /devel/p5-Module-Build | |
parent | cebe09befdf1e6037645f2da8200a53447392f42 (diff) |
Notes
Diffstat (limited to 'devel/p5-Module-Build')
-rw-r--r-- | devel/p5-Module-Build/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile index 83ef15445088..75f0705d5e2f 100644 --- a/devel/p5-Module-Build/Makefile +++ b/devel/p5-Module-Build/Makefile @@ -8,7 +8,8 @@ PORTNAME= Module-Build PORTVERSION= 0.3624 CATEGORIES= devel perl5 -MASTER_SITES= CPAN/../../authors/id/D/DA/DAGOLDEN +MASTER_SITES= CPAN +MASTER_SITE_SUBDIR= CPAN:DAGOLDEN PKGNAMEPREFIX= p5- #DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/\1/} @@ -36,7 +37,7 @@ post-install: @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif -MAN3= inc::latest.3 \ +MAN3= inc::latest.3 \ Module::Build.3 \ Module::Build::Bundling.3 \ Module::Build::API.3 \ |