diff options
author | fenner <fenner@FreeBSD.org> | 1998-02-02 06:37:36 +0800 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1998-02-02 06:37:36 +0800 |
commit | fc658b5befdf94f418693eda8cbecc304674c556 (patch) | |
tree | 50fcdd849be088ce605b945b5624d1a3ba93a3e5 /math/xspread | |
parent | f3d3f107472fc205fa493e0df9f1cb528ef40fe7 (diff) | |
download | freebsd-ports-graphics-fc658b5befdf94f418693eda8cbecc304674c556.tar.gz freebsd-ports-graphics-fc658b5befdf94f418693eda8cbecc304674c556.tar.zst freebsd-ports-graphics-fc658b5befdf94f418693eda8cbecc304674c556.zip |
Remove ${MASTER_SITE_SUNSITE} from MASTER_SITES and use sunsite
explicitly; the /pub/Linux/distributions directory isn't mirrored.
Submitted by: distfile checker
Diffstat (limited to 'math/xspread')
-rw-r--r-- | math/xspread/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/xspread/Makefile b/math/xspread/Makefile index 12b099976ec..28a042ba378 100644 --- a/math/xspread/Makefile +++ b/math/xspread/Makefile @@ -7,8 +7,9 @@ DISTNAME= xspread2.1 PKGNAME= xspread-2.1 CATEGORIES= math -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= distributions/slackware/source/xap/xspread +MASTER_SITES= ftp://sunsite.unc.edu/pub/Linux/distributions/slackware/source/xap/xspread +# ${MASTER_SITE_SUNSITE} isn't appropriate because distributions/ isn't +# mirrored. USE_IMAKE= yes USE_GMAKE= yes |