diff options
author | cs <cs@FreeBSD.org> | 2013-11-20 04:24:55 +0800 |
---|---|---|
committer | cs <cs@FreeBSD.org> | 2013-11-20 04:24:55 +0800 |
commit | 73b1a3841508cd4aef8a990d3ff7ba786fe5c3f3 (patch) | |
tree | f94422e48e8c8aaa895adbb1e5422bbea7f1cbf7 | |
parent | 1bfac959816e2b2d12052a6190cff0cde5e5af9e (diff) | |
download | freebsd-ports-gnome-73b1a3841508cd4aef8a990d3ff7ba786fe5c3f3.tar.gz freebsd-ports-gnome-73b1a3841508cd4aef8a990d3ff7ba786fe5c3f3.tar.zst freebsd-ports-gnome-73b1a3841508cd4aef8a990d3ff7ba786fe5c3f3.zip |
- Update to 1.4.2
- staging
-rw-r--r-- | games/nettoe/Makefile | 20 | ||||
-rw-r--r-- | games/nettoe/distinfo | 4 | ||||
-rw-r--r-- | games/nettoe/pkg-descr | 5 |
3 files changed, 13 insertions, 16 deletions
diff --git a/games/nettoe/Makefile b/games/nettoe/Makefile index 9c508cc9740b..206c97499cf1 100644 --- a/games/nettoe/Makefile +++ b/games/nettoe/Makefile @@ -2,31 +2,29 @@ # $FreeBSD$ PORTNAME= nettoe -PORTVERSION= 1.3.2 +PORTVERSION= 1.4.2 CATEGORIES= games MASTER_SITES= SF \ http://www.c-s.li/ports/ MAINTAINER= cs@FreeBSD.org -COMMENT= A tic-tac-toe game playable over the network +COMMENT= Tic tac toe game playable over the network LICENSE= GPLv2 -PLIST_FILES= bin/nettoe +PLIST_FILES= bin/nettoe man/man6/nettoe.6.gz -MAN6= nettoe.6 - -USE_GMAKE= yes +USES= gmake GNU_CONFIGURE= yes -NO_STAGE= yes - PORTDOCS= AUTHORS BUGS ChangeLog NEWS README TO-DO -.if !defined(NOPORTDOCS) +.include <bsd.port.options.mk> + post-install: - ${MKDIR} ${DOCSDIR} +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} .for I in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/$I ${DOCSDIR}/ + ${INSTALL_DATA} ${WRKSRC}/$I ${STAGEDIR}${DOCSDIR}/ .endfor .endif diff --git a/games/nettoe/distinfo b/games/nettoe/distinfo index 91bf4e7a205a..b8d0fc937430 100644 --- a/games/nettoe/distinfo +++ b/games/nettoe/distinfo @@ -1,2 +1,2 @@ -SHA256 (nettoe-1.3.2.tar.gz) = 1aba74312e968bb84c556c12c0713128148542b8b2879c78893c47d945da0e24 -SIZE (nettoe-1.3.2.tar.gz) = 94261 +SHA256 (nettoe-1.4.2.tar.gz) = fc30a4f902540ca005c3664981f5e1daa67c519615519a5060e83d0e6d44b1fb +SIZE (nettoe-1.4.2.tar.gz) = 138443 diff --git a/games/nettoe/pkg-descr b/games/nettoe/pkg-descr index 5ae3ba52bdba..8ef16198be79 100644 --- a/games/nettoe/pkg-descr +++ b/games/nettoe/pkg-descr @@ -1,6 +1,5 @@ -netToe is a Tic Tac Toe-like game for the console written in C using -UNIX sockets. -It is playable by 2 players over the network, against computer AI, or +netToe is a Tic Tac Toe-like game for the console written in C using UNIX +sockets. It is playable by 2 players over the network, against computer AI, or against another player on the same machine. WWW: http://nettoe.sourceforge.net/ |