aboutsummaryrefslogtreecommitdiffstats
path: root/games/spellcast/Makefile
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2000-11-11 14:28:55 +0800
committerkevlo <kevlo@FreeBSD.org>2000-11-11 14:28:55 +0800
commit31ab395db203a13c10136e7d519dbe4e289773af (patch)
tree211ef820d2e141bd577c92feaad5226ebacc0ed9 /games/spellcast/Makefile
parentc0ace68702cf1148e422eae0e08ec176d5705e80 (diff)
downloadfreebsd-ports-gnome-31ab395db203a13c10136e7d519dbe4e289773af.tar.gz
freebsd-ports-gnome-31ab395db203a13c10136e7d519dbe4e289773af.tar.zst
freebsd-ports-gnome-31ab395db203a13c10136e7d519dbe4e289773af.zip
Update to version 1.2
PR: 22744 Submitted by: Ports Fury
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