diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-18 10:37:03 +0000 |
commit | 642e5987324e604d3b5cd0aa6f649eca92e5d13a (patch) | |
tree | e0c2df877acdbfe32ecf7d82a41ee25033ec4532 /math/xspread | |
parent | 5dba7b6e293a85c365ac67b075bcc70a1ca9a1b4 (diff) | |
download | ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.tar.gz ports-642e5987324e604d3b5cd0aa6f649eca92e5d13a.zip |
Notes
Diffstat (limited to 'math/xspread')
-rw-r--r-- | math/xspread/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile index ab09d9851331..12b099976ecb 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -6,9 +6,9 @@ DISTNAME= xspread2.1 PKGNAME= xspread-2.1 -CATEGORIES+= math -MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread/ \ - ftp://ftp.icm.edu.pl/pub2/linux/distributions/slackware/source/xap/xspread/ +CATEGORIES= math +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= distributions/slackware/source/xap/xspread USE_IMAKE= yes USE_GMAKE= yes |