diff options
-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 |