diff options
author | John Marino <marino@FreeBSD.org> | 2016-11-20 05:25:41 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2016-11-20 05:25:41 +0000 |
commit | 72086b56186050c7907ac6588b03a4b02b9043db (patch) | |
tree | c48bc4e9454ebe8f731985872829664cafa20633 /math/reduce | |
parent | Update to 0.09 (diff) |
math/reduce: Fix fetching
The distfile was archived at Sourceforge. It is at least 5 releases
behind. It's unclear how much longer this old distfile will be hosted,
so it would be a good idea to update math/reduce soon.
Notes
Notes:
svn path=/head/; revision=426557
Diffstat (limited to 'math/reduce')
-rw-r--r-- | math/reduce/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/reduce/Makefile b/math/reduce/Makefile index 86c71c3ec27e..ef4023f3fd13 100644 --- a/math/reduce/Makefile +++ b/math/reduce/Makefile @@ -4,7 +4,7 @@ PORTNAME= reduce PORTVERSION= 20141130 CATEGORIES= math lang -MASTER_SITES= SF/${PORTNAME}-algebra/Snapshot_2014-11-30/ +MASTER_SITES= SF/${PORTNAME}-algebra/${SFSUBDIR}/ DISTNAME= ${PORTNAME}-src-2014-11-30 MAINTAINER= pfg@FreeBSD.org @@ -19,6 +19,8 @@ TARGET_SDIR= ${ARCH:S/amd64/x86_64/}-unknown-${OPSYS:tl}${OSREL} CONFIGURE_ARGS= --build=${TARGET_SDIR} WRKSRC= ${WRKDIR}/${DISTNAME} +SFSUBDIR= Snapshot_2014-11-30-kept-only-for-historical-interest + # Avoid GNU_CONFIGURE as it breaks staging HAS_CONFIGURE= yes ALL_TARGET= |