diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-26 05:33:04 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-01-26 05:33:04 +0000 |
commit | bb65f179bbb3340d7111e1fd85ef2b2b089fa231 (patch) | |
tree | 0bc15574d89fa0491fad1915f2d8e7fa7739bc07 /games/tuxracer_golf/Makefile | |
parent | f0873635a463aca733c3c4b05c941a9021374f0b (diff) |
Notes
Diffstat (limited to 'games/tuxracer_golf/Makefile')
-rw-r--r-- | games/tuxracer_golf/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games/tuxracer_golf/Makefile b/games/tuxracer_golf/Makefile index d0ca0d2d5fe3..21c1f486ec1b 100644 --- a/games/tuxracer_golf/Makefile +++ b/games/tuxracer_golf/Makefile @@ -9,12 +9,11 @@ PORTNAME= tuxracer_golf PORTVERSION= 1.00 PORTREVISION= 1 CATEGORIES= games -MASTER_SITES= http://www.joeysmith.com/~milo/tuxracer/ -DISTNAME= golf -EXTRACT_SUFX= .gz +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= adamw MAINTAINER= adamw@FreeBSD.org -COMMENT= A golf theme for Tux Racer +COMMENT= A golf course theme for Tux Racer RUN_DEPENDS= tuxracer:${PORTSDIR}/games/tuxracer |