aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2003-09-10 15:49:33 +0000
committerMathieu Arnold <mat@FreeBSD.org>2003-09-10 15:49:33 +0000
commitf9da292ee597e3eb9abc0dcf661842fffde29d52 (patch)
tree6e5e4df8257fb736d77166ac334a1ca62e3d76b5 /devel
parente72e698e11ff10d5392bb84ecfc8c3e472b4384d (diff)
downloadports-f9da292ee597e3eb9abc0dcf661842fffde29d52.tar.gz
ports-f9da292ee597e3eb9abc0dcf661842fffde29d52.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Module-Build/Makefile5
-rw-r--r--devel/p5-Module-Build/distinfo2
-rw-r--r--devel/p5-Module-Build/inc.build.mk4
3 files changed, 6 insertions, 5 deletions
diff --git a/devel/p5-Module-Build/Makefile b/devel/p5-Module-Build/Makefile
index 499253ffc574..94669dbfdb9d 100644
--- a/devel/p5-Module-Build/Makefile
+++ b/devel/p5-Module-Build/Makefile
@@ -6,11 +6,12 @@
#
PORTNAME= Module-Build
-PORTVERSION= 0.20
+PORTVERSION= 0.20.01
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
-MASTER_SITE_SUBDIR= Module
+MASTER_SITE_SUBDIR= Module/KWILLIAMS
PKGNAMEPREFIX= p5-
+DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.(..)$/_\1/}
MAINTAINER= mat@FreeBSD.org
COMMENT= Build and install Perl modules
diff --git a/devel/p5-Module-Build/distinfo b/devel/p5-Module-Build/distinfo
index c1015e626e39..5cb171c7e3cd 100644
--- a/devel/p5-Module-Build/distinfo
+++ b/devel/p5-Module-Build/distinfo
@@ -1 +1 @@
-MD5 (Module-Build-0.20.tar.gz) = 0a9e596924b9ef35142d085a5ef80294
+MD5 (Module-Build-0.20_01.tar.gz) = 45448167182233db76d460b092b64dd0
diff --git a/devel/p5-Module-Build/inc.build.mk b/devel/p5-Module-Build/inc.build.mk
index 2a83e19b06c5..e6105348c922 100644
--- a/devel/p5-Module-Build/inc.build.mk
+++ b/devel/p5-Module-Build/inc.build.mk
@@ -5,8 +5,8 @@
BUILD_DEPENDS+= ${SITE_PERL}/Module/Build.pm:${PORTSDIR}/devel/p5-Module-Build
.endif
-CONFIGURE_ARGS+= install_path=lib="${PREFIX}/${SITE_PERL:S|^${LOCALBASE}/||}" \
- install_path=arch="${PREFIX}/${SITE_PERL:S|^${LOCALBASE}/||}/${PERL_ARCH}" \
+CONFIGURE_ARGS+= install_path=lib="${SITE_PERL:S|^${LOCALBASE}/|${PREFIX}/|}" \
+ install_path=arch="${SITE_PERL:S|^${LOCALBASE}/|${PREFIX}/|}/${PERL_ARCH}" \
install_path=script="${PREFIX}/bin" \
install_path=bin="${PREFIX}/bin" \
install_path=libdoc="${MAN3PREFIX}/man/man3" \