diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-19 01:46:05 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2004-03-19 01:46:05 +0000 |
commit | c3e7756474be76ea14e09542c217671ab2c300c4 (patch) | |
tree | 7db69eb91fead1a55c846d77747ebe42c54d026e /math/PDL | |
parent | daf0cffcced31404ea23dc68162251b267725a90 (diff) | |
download | ports-c3e7756474be76ea14e09542c217671ab2c300c4.tar.gz ports-c3e7756474be76ea14e09542c217671ab2c300c4.zip |
Notes
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 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 \ |