diff options
author | Will Andrews <will@FreeBSD.org> | 2000-06-30 20:55:23 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-06-30 20:55:23 +0000 |
commit | a8a01d24fdcbdf9e6644c5330df3a198b8442f86 (patch) | |
tree | 7791388ba27b3de91f4c67619b6b88bbaa7a6829 /misc | |
parent | 195343edb9b40f2d21a1659aaa79ed0f132a63f6 (diff) | |
download | ports-a8a01d24fdcbdf9e6644c5330df3a198b8442f86.tar.gz ports-a8a01d24fdcbdf9e6644c5330df3a198b8442f86.zip |
Notes
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 9ab39c70a547..aeaa478570d6 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 |