diff options
author | johans <johans@FreeBSD.org> | 2007-09-08 19:09:22 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2007-09-08 19:09:22 +0800 |
commit | 64580c9321d77a5ca4fc8f69c24c027d3e63f397 (patch) | |
tree | e55245d42c4c7a549004d46d388410b40fa4ebac /games/wolfpack/Makefile | |
parent | fd43acbf91a2cba74e09630da8a5a60ce868162e (diff) | |
download | freebsd-ports-gnome-64580c9321d77a5ca4fc8f69c24c027d3e63f397.tar.gz freebsd-ports-gnome-64580c9321d77a5ca4fc8f69c24c027d3e63f397.tar.zst freebsd-ports-gnome-64580c9321d77a5ca4fc8f69c24c027d3e63f397.zip |
- Update to 4.3.10
- Changed MASTER_SITES to sf.net
Diffstat (limited to 'games/wolfpack/Makefile')
-rw-r--r-- | games/wolfpack/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 65ab9915a71b..27821f20b1e2 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -6,13 +6,10 @@ # PORTNAME= wolfpack -PORTVERSION= 4.3.8 +PORTVERSION= 4.3.10 CATEGORIES= games -MASTER_SITES= http://rc.wolfpackempire.com/Downloads/server/ \ - http://empire-rc.gletsjer.net/Downloads/server/ \ - http://www.wolfpackempire.com/Downloads/server/ \ - http://www.wolfpackempire.com/Downloads/server/oldversions/ \ - http://empire.gletsjer.net/Downloads/server/oldversions/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= empserver DISTNAME= empire-${PORTVERSION} MAINTAINER= johans@stack.nl @@ -28,8 +25,7 @@ CONFIGURE_ARGS+= --bindir=${BINDIR} --sbindir=${BINDIR} USE_RC_SUBR= wolfpack SUB_FILES+= pkg-message -MAN1= fairland.1 files.1 pconfig.1 -MAN6= empire.6 emp_server.6 +MAN6= empire.6 emp_server.6 empsched.6 fairland.6 files.6 pconfig.6 .include <bsd.port.pre.mk> |