diff options
author | will <will@FreeBSD.org> | 2000-06-30 20:55:23 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-06-30 20:55:23 +0000 |
commit | 3df5c4e6b19e2e6d2c0fea468f10e0e24b73b9a8 (patch) | |
tree | 870d3f9e4f2f9b3e0a492143d2092502e3bcf680 /misc | |
parent | 3f69524052859a07fe62a47eac236fc3278f7e44 (diff) | |
download | FreeBSD-ports-3df5c4e6b19e2e6d2c0fea468f10e0e24b73b9a8.zip FreeBSD-ports-3df5c4e6b19e2e6d2c0fea468f10e0e24b73b9a8.tar.gz |
Add MASTER_SITE_SOURCEFORGE; project is now hosted on SourceForge.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/geekcode/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/geekcode/Makefile b/misc/geekcode/Makefile index 9ab39c7..aeaa478 100644 --- a/misc/geekcode/Makefile +++ b/misc/geekcode/Makefile @@ -8,8 +8,10 @@ PORTNAME= geekcode PORTVERSION= 1.7 CATEGORIES= misc -MASTER_SITES= http://seymour.lazygenes.net/ \ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://seymour.lazygenes.net/ \ http://www.zort.on.ca/software/ +MASTER_SITE_SUBDIR= geekcode MAINTAINER= cpiazza@FreeBSD.org |