diff options
author | jim <jim@FreeBSD.org> | 1999-09-08 17:18:21 +0800 |
---|---|---|
committer | jim <jim@FreeBSD.org> | 1999-09-08 17:18:21 +0800 |
commit | 0893ae2170186cd7041a4a9cdfaad34b3008d237 (patch) | |
tree | fc6e2d28886f90f9b604049d40fa4cd7e16c9afd /games/wmtictactoe/Makefile | |
parent | 80c8dd29acebde0837d14f3e1c2dfe4f2603421c (diff) | |
download | freebsd-ports-graphics-0893ae2170186cd7041a4a9cdfaad34b3008d237.tar.gz freebsd-ports-graphics-0893ae2170186cd7041a4a9cdfaad34b3008d237.tar.zst freebsd-ports-graphics-0893ae2170186cd7041a4a9cdfaad34b3008d237.zip |
Updated to version 1.1-1
Diffstat (limited to 'games/wmtictactoe/Makefile')
-rw-r--r-- | games/wmtictactoe/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/games/wmtictactoe/Makefile b/games/wmtictactoe/Makefile index 1ec5434992b..0fcc2a32ee3 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> |