diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 18:34:19 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-06-22 18:34:19 +0000 |
commit | b421f07aa378d542f7d34e22cf997ac70c096307 (patch) | |
tree | f53714300b6618a5d023bdbea962346087b23a50 /math/glove | |
parent | f681fb83eab4fdd931e090f9d163f1fbf32295d5 (diff) | |
download | ports-b421f07aa378d542f7d34e22cf997ac70c096307.tar.gz ports-b421f07aa378d542f7d34e22cf997ac70c096307.zip |
House distfiles it in ${MASTER_SITE_LOCAL} since these are not available anywhere else
Notes
Notes:
svn path=/head/; revision=44326
Diffstat (limited to 'math/glove')
-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 |