diff options
author | pav <pav@FreeBSD.org> | 2005-07-23 06:29:29 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-07-23 06:29:29 +0800 |
commit | 499a0bb3fe34160f757e8cfdbc9dcc468bd6464b (patch) | |
tree | a70b94d81ea8b6eec212305c0b3c4d60beb9114f | |
parent | 0a42d34a5340362d95cb34974130ab5457d7956f (diff) | |
download | freebsd-ports-gnome-499a0bb3fe34160f757e8cfdbc9dcc468bd6464b.tar.gz freebsd-ports-gnome-499a0bb3fe34160f757e8cfdbc9dcc468bd6464b.tar.zst freebsd-ports-gnome-499a0bb3fe34160f757e8cfdbc9dcc468bd6464b.zip |
- MASTER_SITE down, mirror locally
Reported by: krismail
-rw-r--r-- | misc/cs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/cs/Makefile b/misc/cs/Makefile index f7eaa74bb7f6..613ef2c5f2ae 100644 --- a/misc/cs/Makefile +++ b/misc/cs/Makefile @@ -9,7 +9,9 @@ PORTNAME= cs PORTVERSION= 0.9.5 CATEGORIES= misc -MASTER_SITES= http://njhurst.org/programming/cross-stitch/ +MASTER_SITES= http://njhurst.org/programming/cross-stitch/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= pav EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org |