summaryrefslogtreecommitdiff
path: root/math/PDL
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-19 01:46:05 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2004-03-19 01:46:05 +0000
commitc3e7756474be76ea14e09542c217671ab2c300c4 (patch)
tree7db69eb91fead1a55c846d77747ebe42c54d026e /math/PDL
parentUpdate to 2004.03.17. (diff)
make it fetchable again
Notes
Notes: svn path=/head/; revision=104561
Diffstat (limited to 'math/PDL')
-rw-r--r--math/PDL/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile
index 02841904ec9f..3a9b11e1538a 100644
--- a/math/PDL/Makefile
+++ b/math/PDL/Makefile
@@ -11,16 +11,14 @@ PORTVERSION= 2.4.1
CATEGORIES= math perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \
${MASTER_SITE_SOURCEFORGE:S/$/:sf/}
-MASTER_SITE_SUBDIR= ${PORTNAME}:cpan \
- ${PORTNAME:L}:sf
+MASTER_SITE_SUBDIR= ${PORTNAME}/:cpan \
+ ${PORTNAME:L}/:sf
DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \
${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf
MAINTAINER= ports@FreeBSD.org
COMMENT= Perl Data Language
-BROKEN= "Distfile is unfetchable"
-
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/PGPLOT.pm:${PORTSDIR}/graphics/pgperl \
${SITE_PERL}/ExtUtils/F77.pm:${PORTSDIR}/lang/p5-F77 \
${SITE_PERL}/Inline.pm:${PORTSDIR}/devel/p5-Inline \