summaryrefslogtreecommitdiff
path: root/games/xkoules/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-03-16 06:46:39 +0000
committerPatrick Li <pat@FreeBSD.org>2002-03-16 06:46:39 +0000
commit6b4529d526b26229ff4e096839f9a8ad751fc730 (patch)
treea0039399b5f136d0ed7fb8d3c35ca313daeb6325 /games/xkoules/Makefile
parentUpdate 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
Diffstat (limited to 'games/xkoules/Makefile')
-rw-r--r--games/xkoules/Makefile6
1 files changed, 3 insertions, 3 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