summaryrefslogtreecommitdiff
path: root/games/wmtictactoe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/wmtictactoe/Makefile')
-rw-r--r--games/wmtictactoe/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/games/wmtictactoe/Makefile b/games/wmtictactoe/Makefile
index 1ec5434992bc..0fcc2a32ee38 100644
--- a/games/wmtictactoe/Makefile
+++ b/games/wmtictactoe/Makefile
@@ -1,14 +1,16 @@
# New ports collection makefile for: wmtictactoe
-# Version required: 1.0
+# Version required: 1.1-1
# Date created: 28 Apr 1999
# Whom: Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#
-DISTNAME= wmtictactoe-1.0
+DISTNAME= wmtictactoe-1.1-1
+PKGNAME= wmtictactoe-1.1
CATEGORIES= games windowmaker afterstep
-MASTER_SITES= http://www.cs.mun.ca/~gstarkes/wmaker/dockapps/files/
+MASTER_SITES= http://atlas.ucpel.tche.br/~acamargo/ \
+ http://www.freebsd.org/~jim/distfiles/
MAINTAINER= jim@FreeBSD.org
@@ -19,10 +21,6 @@ WRKSRC= ${WRKDIR}/wmtictactoe.app/wmtictactoe
USE_X_PREFIX= yes
post-install:
- @${ECHO} " "
- @${ECHO} "-------------------------------------------------------"
- @${ECHO} "===> Run 'wmtictactoe --help' for the available options"
- @${ECHO} "-------------------------------------------------------"
- @${ECHO} " "
+ @${ECHO} "===> Run 'wmtictactoe --help' for the available options"
.include <bsd.port.mk>