diff options
author | lioux <lioux@FreeBSD.org> | 2001-09-04 22:36:14 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-09-04 22:36:14 +0000 |
commit | f8877dc45bea6a329e491e0f98c25a101ae9c586 (patch) | |
tree | 8d30c26b8e3a4fe8836523330cb8534a67fdb767 /games/glchess | |
parent | cf32815bcfaccc3be696d9e09e668511a6bceb6c (diff) | |
download | FreeBSD-ports-f8877dc45bea6a329e491e0f98c25a101ae9c586.zip FreeBSD-ports-f8877dc45bea6a329e491e0f98c25a101ae9c586.tar.gz |
Update to 0.3.5
Submitted by: MAINTAINER
Diffstat (limited to 'games/glchess')
-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 f5c492f..9a3be91 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 bc25fcf..8bb37ee 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 57a61e8..7c4291b5 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: |