diff options
author | lioux <lioux@FreeBSD.org> | 2001-06-23 02:34:19 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-06-23 02:34:19 +0800 |
commit | 8488980c853b22cd4eb53e29a4eec3321cbe7d1a (patch) | |
tree | 2d2a95f510425fc650b3121a8a692f2b9c4700b5 /math | |
parent | e2f32df85976a1511754939a9488b322844abcc5 (diff) | |
download | freebsd-ports-gnome-8488980c853b22cd4eb53e29a4eec3321cbe7d1a.tar.gz freebsd-ports-gnome-8488980c853b22cd4eb53e29a4eec3321cbe7d1a.tar.zst freebsd-ports-gnome-8488980c853b22cd4eb53e29a4eec3321cbe7d1a.zip |
House distfiles it in ${MASTER_SITE_LOCAL} since these are not available anywhere else
Diffstat (limited to 'math')
-rw-r--r-- | math/glove/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/glove/Makefile b/math/glove/Makefile index 8fad5653505d..54bb1241aebe 100644 --- a/math/glove/Makefile +++ b/math/glove/Makefile @@ -8,8 +8,8 @@ PORTNAME= glove PORTVERSION= 1.0.1 CATEGORIES= math -MASTER_SITES= ftp://ftp.newplanetsoftware.com/pub/glove/source/ \ - ftp://ftp.cs.itu.edu.tr/pub/linux/x11/jx/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= lioux DISTNAME= Glove_source-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org |