diff options
author | lioux <lioux@FreeBSD.org> | 2001-08-03 11:51:56 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-08-03 11:51:56 +0800 |
commit | 365d8fef765d0fb08c5f81642bda24796b5d1ace (patch) | |
tree | 886ba92ef115b70e3a67df97312b56e834968f99 /games/eboard | |
parent | 7e6cc56c9a7cca634ee483ed6bfcc37391720322 (diff) | |
download | freebsd-ports-gnome-365d8fef765d0fb08c5f81642bda24796b5d1ace.tar.gz freebsd-ports-gnome-365d8fef765d0fb08c5f81642bda24796b5d1ace.tar.zst freebsd-ports-gnome-365d8fef765d0fb08c5f81642bda24796b5d1ace.zip |
o Update to 0.3.1
o Deploy DOCSDIR
o Update DESCR
PR: 29394
Submitted by: maintainer
Diffstat (limited to 'games/eboard')
-rw-r--r-- | games/eboard/Makefile | 8 | ||||
-rw-r--r-- | games/eboard/distinfo | 2 | ||||
-rw-r--r-- | games/eboard/pkg-descr | 4 | ||||
-rw-r--r-- | games/eboard/pkg-plist | 1 |
4 files changed, 8 insertions, 7 deletions
diff --git a/games/eboard/Makefile b/games/eboard/Makefile index 8234de6a1ad4..359cd5cc444f 100644 --- a/games/eboard/Makefile +++ b/games/eboard/Makefile @@ -6,7 +6,7 @@ # PORTNAME= eboard -PORTVERSION= 0.3.0 +PORTVERSION= 0.3.1 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -30,11 +30,11 @@ post-patch: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/eboard + @${MKDIR} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .for file in Crafty.txt FICS-Timeseal.txt GNUChess4.txt GNUChess5.txt \ Scripts.txt Sjeng.txt Themes.txt - ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} \ - ${PREFIX}/share/doc/eboard + ${INSTALL_DATA} ${WRKSRC}/Documentation/${file} ${DOCSDIR} .endfor .endif diff --git a/games/eboard/distinfo b/games/eboard/distinfo index 0502b048b10b..00530a678677 100644 --- a/games/eboard/distinfo +++ b/games/eboard/distinfo @@ -1 +1 @@ -MD5 (eboard-0.3.0.tar.gz) = 18899f4e2928ff80c8041dc47b554ca9 +MD5 (eboard-0.3.1.tar.gz) = e7ed03957591bce79c24a2a2f758c6ed diff --git a/games/eboard/pkg-descr b/games/eboard/pkg-descr index 6adf6b3504ec..3b4575848660 100644 --- a/games/eboard/pkg-descr +++ b/games/eboard/pkg-descr @@ -3,8 +3,8 @@ interface to ICS (Internet Chess Servers) like FICS and chessd, and to chess engines like GNU Chess, Sjeng and Crafty. eboard is currently under development, and its primary purpose is -serving as interface to FICS. We expect to have eboard supporting -most FICS features by July 2001. +serving as interface to FICS. About 95% of FICS support is in place, +and it is expected to be complete in the next release. WWW: http://eboard.sourceforge.net diff --git a/games/eboard/pkg-plist b/games/eboard/pkg-plist index d4f62d97dc59..d549520e9635 100644 --- a/games/eboard/pkg-plist +++ b/games/eboard/pkg-plist @@ -5,6 +5,7 @@ bin/eboard-config %%PORTDOCS%%share/doc/eboard/FICS-Timeseal.txt %%PORTDOCS%%share/doc/eboard/GNUChess4.txt %%PORTDOCS%%share/doc/eboard/GNUChess5.txt +%%PORTDOCS%%share/doc/eboard/README %%PORTDOCS%%share/doc/eboard/Scripts.txt %%PORTDOCS%%share/doc/eboard/Sjeng.txt %%PORTDOCS%%share/doc/eboard/Themes.txt |