diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-09 05:08:02 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-09-09 05:08:02 +0000 |
commit | 037a94ca9a48b4d6eff023ec7f07d251890c3163 (patch) | |
tree | b20ec8d82f16a257cfe048d764d8b62a9dcfb83b /games/xpired | |
parent | 7b88fe8c9c63ea34118d4e7e942cc22a56d6e235 (diff) | |
download | ports-037a94ca9a48b4d6eff023ec7f07d251890c3163.tar.gz ports-037a94ca9a48b4d6eff023ec7f07d251890c3163.zip |
Notes
Diffstat (limited to 'games/xpired')
-rw-r--r-- | games/xpired/Makefile | 3 | ||||
-rw-r--r-- | games/xpired/pkg-descr | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/games/xpired/Makefile b/games/xpired/Makefile index bafcc1e2680e..1b5769b3a850 100644 --- a/games/xpired/Makefile +++ b/games/xpired/Makefile @@ -8,7 +8,8 @@ PORTNAME= xpired PORTVERSION= 1.22 CATEGORIES= games -MASTER_SITES= http://xpired.temnet.org/files/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= xpired DISTNAME= ${PORTNAME}-${PORTVERSION}-linux_source MAINTAINER= edwin@mavetju.org diff --git a/games/xpired/pkg-descr b/games/xpired/pkg-descr index ad0204bab2fb..d17a8203dce9 100644 --- a/games/xpired/pkg-descr +++ b/games/xpired/pkg-descr @@ -3,4 +3,4 @@ SDL_image and SDL_gfx libraries distributed under the terms of GNU GPL. The goal of the game in each level is to reach the exit square, avoiding exploding barrels and other deadly stuff... -WWW: http://xpired.temnet.org/ +WWW: http://xpired.sourceforge.net/ |