diff options
-rw-r--r-- | games/glchess/Makefile | 4 | ||||
-rw-r--r-- | games/glchess/distinfo | 2 | ||||
-rw-r--r-- | games/glchess/files/patch-Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/glchess/Makefile b/games/glchess/Makefile index f5c492fcd8fb..9a3be918f12f 100644 --- a/games/glchess/Makefile +++ b/games/glchess/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: gleyes +# New ports collection makefile for: glchess # Date created: Wed Jul 18 08:35:56 EDT 2001 # Whom: Patrick Li <pat@databits.net> # @@ -6,7 +6,7 @@ # PORTNAME= glchess -PORTVERSION= 0.3.4 +PORTVERSION= 0.3.5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} diff --git a/games/glchess/distinfo b/games/glchess/distinfo index bc25fcfaa77b..8bb37eeb313b 100644 --- a/games/glchess/distinfo +++ b/games/glchess/distinfo @@ -1 +1 @@ -MD5 (glchess-0.3.4.tar.gz) = 23376be82a8b6a9a0776b9c1239b72cd +MD5 (glchess-0.3.5.tar.gz) = 750b679229fe741301adebdf3a080866 diff --git a/games/glchess/files/patch-Makefile b/games/glchess/files/patch-Makefile index 57a61e8b8cfb..7c4291b5945d 100644 --- a/games/glchess/files/patch-Makefile +++ b/games/glchess/files/patch-Makefile @@ -8,7 +8,7 @@ +MANDIR = ${PREFIX}/man/man6 +SHAREDIR = ${DATADIR} - VERSION = 0.3.4 + VERSION = 0.3.5 DATE = `date "+%Y-%m-%d"` all: |