diff options
author | mat <mat@FreeBSD.org> | 2005-11-14 23:16:26 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2005-11-14 23:16:26 +0800 |
commit | 136d8ec847edb8991757c938def0fcfadb7d6e31 (patch) | |
tree | 8440dce3f885457cf0b1b7f2dea8be6fde7672cb /math | |
parent | d1b8383a29e34fce255c7080971f04c4e4297208 (diff) | |
download | freebsd-ports-gnome-136d8ec847edb8991757c938def0fcfadb7d6e31.tar.gz freebsd-ports-gnome-136d8ec847edb8991757c938def0fcfadb7d6e31.tar.zst freebsd-ports-gnome-136d8ec847edb8991757c938def0fcfadb7d6e31.zip |
fixup make logic so that the distfile only gets here once and don't get
dupplicated in the distinfo file by the makesum target.
Diffstat (limited to 'math')
-rw-r--r-- | math/PDL/Makefile | 3 | ||||
-rw-r--r-- | math/PDL/distinfo | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/math/PDL/Makefile b/math/PDL/Makefile index 93fc133f284b..03cb28dfd9ec 100644 --- a/math/PDL/Makefile +++ b/math/PDL/Makefile @@ -13,8 +13,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:S/$/:cpan/} \ ${MASTER_SITE_SOURCEFORGE:S/$/:sf/} MASTER_SITE_SUBDIR= ${PORTNAME}/:cpan \ ${PORTNAME:L}/:sf -DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan \ - ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:sf +DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX}:cpan,sf MAINTAINER= perl@FreeBSD.org COMMENT= Perl Data Language diff --git a/math/PDL/distinfo b/math/PDL/distinfo index 44bcb09cff04..c725d68ba6a3 100644 --- a/math/PDL/distinfo +++ b/math/PDL/distinfo @@ -1,6 +1,3 @@ MD5 (PDL-2.4.2.tar.gz) = edd056a006eae8b46e8ef804b9774a93 SHA256 (PDL-2.4.2.tar.gz) = 0c782136d88ed9fc62ff0404391709dab30b19c29ce4c453bfed0aae3b975b31 SIZE (PDL-2.4.2.tar.gz) = 2151379 -MD5 (PDL-2.4.2.tar.gz) = edd056a006eae8b46e8ef804b9774a93 -SHA256 (PDL-2.4.2.tar.gz) = 0c782136d88ed9fc62ff0404391709dab30b19c29ce4c453bfed0aae3b975b31 -SIZE (PDL-2.4.2.tar.gz) = 2151379 |