diff options
author | tobez <tobez@FreeBSD.org> | 2002-05-24 18:39:00 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2002-05-24 18:39:00 +0800 |
commit | 13aecc2c633339c5168e6a477b24de91b8ab3ab3 (patch) | |
tree | 112285292b7699eceafbe19c1a2d2c3b414bc1f7 /lang/perl5.10 | |
parent | 032afb921e63f7b186b489fd147f9875e31145b7 (diff) | |
download | freebsd-ports-gnome-13aecc2c633339c5168e6a477b24de91b8ab3ab3.tar.gz freebsd-ports-gnome-13aecc2c633339c5168e6a477b24de91b8ab3ab3.tar.zst freebsd-ports-gnome-13aecc2c633339c5168e6a477b24de91b8ab3ab3.zip |
Use a cleaner, documented way to obtain the path of BSDPAN. This fixes
the problems with threaded perl build. The threaded perl is curently
unsupported by this port but seems to work fine with this fix applied.
Reported by: Jens Fallesen <jens@fallesen.dk>
Diffstat (limited to 'lang/perl5.10')
-rw-r--r-- | lang/perl5.10/Makefile | 5 | ||||
-rw-r--r-- | lang/perl5.10/distinfo | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lang/perl5.10/Makefile b/lang/perl5.10/Makefile index 68ac0d1fef73..0f3421da7c36 100644 --- a/lang/perl5.10/Makefile +++ b/lang/perl5.10/Makefile @@ -7,14 +7,14 @@ PORTNAME= perl PORTVERSION= ${PERL_VER} -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= lang devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} \ ${MASTER_SITE_LOCAL:S/$/:local/} MASTER_SITE_SUBDIR= ../../src \ tobez/:local DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - BSDPAN-${PORTVERSION}${EXTRACT_SUFX}:local + BSDPAN-${PORTVERSION}_${BSDPAN_REVISION}${EXTRACT_SUFX}:local MAINTAINER= tobez@FreeBSD.org @@ -118,6 +118,7 @@ BSDPAN_DEST= ${PREFIX}/lib/perl5/${PERL_VER}/BSDPAN BSDPAN_FILES= BSDPAN.pm BSDPAN/Override.pm Config.pm \ ExtUtils/MM_Unix.pm ExtUtils/Packlist.pm BSDPAN_WRKSRC= ${WRKDIR}/BSDPAN-${PORTVERSION} +BSDPAN_REVISION=1 post-patch: ${SED} -e 's|%%PREFIX%%|${PREFIX}|g;' \ diff --git a/lang/perl5.10/distinfo b/lang/perl5.10/distinfo index 366f0ccc3a75..41382a1165da 100644 --- a/lang/perl5.10/distinfo +++ b/lang/perl5.10/distinfo @@ -1,2 +1,2 @@ MD5 (perl-5.6.1.tar.gz) = ec1ff15464809b562aecfaa2e65edba6 -MD5 (BSDPAN-5.6.1.tar.gz) = 2e80d385547ac4a9e0d8360c943ad155 +MD5 (BSDPAN-5.6.1_1.tar.gz) = 7b15f1dc2df28d07276d9363ebe703f3 |