diff options
author | ijliao <ijliao@FreeBSD.org> | 2004-03-19 09:46:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2004-03-19 09:46:05 +0800 |
commit | cbefc4dd9b72e0f0c3c1a708db56656e793f110f (patch) | |
tree | 771a8091fee1781be9e96eed94effefc45a82a80 /math/PDL | |
parent | 04c842eff2ea237e5f69ecf47b0d89b93e7b0f1d (diff) | |
download | freebsd-ports-graphics-cbefc4dd9b72e0f0c3c1a708db56656e793f110f.tar.gz freebsd-ports-graphics-cbefc4dd9b72e0f0c3c1a708db56656e793f110f.tar.zst freebsd-ports-graphics-cbefc4dd9b72e0f0c3c1a708db56656e793f110f.zip |
make it fetchable again
Diffstat (limited to 'math/PDL')
-rw-r--r-- | math/PDL/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 02841904ec9..3a9b11e1538 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 \ |