aboutsummaryrefslogtreecommitdiff
path: root/games/spellcast/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-11-11 06:28:55 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-11-11 06:28:55 +0000
commit5923bbdb44923ac728f5c1e5f6dcb61f907aeafb (patch)
treefcd3141f5eebdc2683da7cf9ad1326eaef837a2c /games/spellcast/Makefile
parent5fed50bbff37793afad9cc4e295631ac7b9c6e1b (diff)
downloadports-5923bbdb44923ac728f5c1e5f6dcb61f907aeafb.tar.gz
ports-5923bbdb44923ac728f5c1e5f6dcb61f907aeafb.zip
Notes
Diffstat (limited to 'games/spellcast/Makefile')
-rw-r--r--games/spellcast/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/spellcast/Makefile b/games/spellcast/Makefile
index b8175f5cf9a3..a20a8d474847 100644
--- a/games/spellcast/Makefile
+++ b/games/spellcast/Makefile
@@ -6,11 +6,11 @@
#
PORTNAME= spellcast
-PORTVERSION= 1.1
+PORTVERSION= 1.2
CATEGORIES= games
-MASTER_SITES= ${MASTER_SITE_SUNSITE} \
- http://www.macula.net/lightside/
-MASTER_SITE_SUBDIR= games/multiplayer
+MASTER_SITES= http://www.eblong.com/zarf/ftp/
+DISTNAME= ${PORTNAME}
+EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
@@ -22,7 +22,7 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/spellcast.6 ${PREFIX}/man/man6
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/spellcast
-.for file in README.1 README.2 spelllist.ps
+.for file in README spelllist.ps
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/spellcast
.endfor
.endif