diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-03-16 06:46:39 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-03-16 06:46:39 +0000 |
commit | 6b4529d526b26229ff4e096839f9a8ad751fc730 (patch) | |
tree | a0039399b5f136d0ed7fb8d3c35ca313daeb6325 | |
parent | Update to 1.95.11 (diff) |
Fix MASTER_SITES and remove WWW: line
PR: 35959
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Notes
Notes:
svn path=/head/; revision=56191
-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 b294e52f8c95..42b2dfb811bc 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 f95b1261aa6a..b68014c4260c 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 |