diff options
author | pat <pat@FreeBSD.org> | 2002-03-16 06:46:39 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-03-16 06:46:39 +0000 |
commit | 6cd93babfe136e4fbd611f2ede957fb5a851044d (patch) | |
tree | 88cad977d560d6fc828c6c62fdef221acaa7b254 /games | |
parent | 53c3613e933ed83ebcaddb5189268d6382197e76 (diff) | |
download | FreeBSD-ports-6cd93babfe136e4fbd611f2ede957fb5a851044d.zip FreeBSD-ports-6cd93babfe136e4fbd611f2ede957fb5a851044d.tar.gz |
Fix MASTER_SITES and remove WWW: line
PR: 35959
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'games')
-rw-r--r-- | games/xkoules/Makefile | 6 | ||||
-rw-r--r-- | games/xkoules/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index b294e52..42b2dfb 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -8,9 +8,9 @@ PORTNAME= xkoules PORTVERSION= 1.4 CATEGORIES= games -MASTER_SITES= http://www.paru.cas.cz/~hubicka/koules/packages/ \ - ${MASTER_SITE_SUNSITE} -DISTNAME= koules${PORTVERSION} +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= games/arcade/koules +DISTNAME= ${PORTNAME:S/^x//}${PORTVERSION} EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org diff --git a/games/xkoules/pkg-descr b/games/xkoules/pkg-descr index f95b126..b68014c 100644 --- a/games/xkoules/pkg-descr +++ b/games/xkoules/pkg-descr @@ -4,5 +4,3 @@ graphics, multiplayer mode up to 5 players, full sound and, of course, network support. Koules is an original idea. First version of Koules was developed from scratch by Jan Hubicka in July 1995. - -WWW: http://www.paru.cas.cz/~hubicka/koules/English/koules.html |