diff options
author | petef <petef@FreeBSD.org> | 2002-02-25 21:20:45 +0800 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2002-02-25 21:20:45 +0800 |
commit | ade07f3a96ec48d00232295ac06ebaa191e45d61 (patch) | |
tree | bf9dafa0a10625bfc68404242a7a482b5d6ccb12 /games/wtf/Makefile | |
parent | a127885bc4f8ec91c8fd88354ec40438073c0cc7 (diff) | |
download | freebsd-ports-gnome-ade07f3a96ec48d00232295ac06ebaa191e45d61.tar.gz freebsd-ports-gnome-ade07f3a96ec48d00232295ac06ebaa191e45d61.tar.zst freebsd-ports-gnome-ade07f3a96ec48d00232295ac06ebaa191e45d61.zip |
- update to 20020210
- host distfile at MASTER_SITE_LOCAL
Submitted by: maintainer
Diffstat (limited to 'games/wtf/Makefile')
-rw-r--r-- | games/wtf/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/games/wtf/Makefile b/games/wtf/Makefile index 0a8564e8407e..0f8b28d7f357 100644 --- a/games/wtf/Makefile +++ b/games/wtf/Makefile @@ -7,13 +7,16 @@ # PORTNAME= wtf -PORTVERSION= 20011229 +PORTVERSION= 20020210 CATEGORIES= games -MASTER_SITES= http://www.sneakerz.org/~mux/wtf/ +MASTER_SITES= http://www.sneakerz.org/~mux/wtf/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= petef MAINTAINER= mux@sneakerz.org NO_BUILD= yes +USE_PERL5= yes MAN6= wtf.6 |