aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2014-12-21 23:02:30 +0800
committerjohans <johans@FreeBSD.org>2014-12-21 23:02:30 +0800
commit9b5976d29e698d47a0c6e44de7addba1f71150b6 (patch)
treee0fa686464c89dc608ba4d3afd639dc38a13fee3 /games
parente4bfe73e4c4dccb3c675ab87ca3ff58aecf78ffc (diff)
downloadfreebsd-ports-gnome-9b5976d29e698d47a0c6e44de7addba1f71150b6.tar.gz
freebsd-ports-gnome-9b5976d29e698d47a0c6e44de7addba1f71150b6.tar.zst
freebsd-ports-gnome-9b5976d29e698d47a0c6e44de7addba1f71150b6.zip
Update to Phalanx XXIII
Diffstat (limited to 'games')
-rw-r--r--games/phalanx/Makefile14
-rw-r--r--games/phalanx/distinfo4
2 files changed, 8 insertions, 10 deletions
diff --git a/games/phalanx/Makefile b/games/phalanx/Makefile
index 0825d1f9659d..61a47bd8906e 100644
--- a/games/phalanx/Makefile
+++ b/games/phalanx/Makefile
@@ -2,10 +2,10 @@
# $FreeBSD$
PORTNAME= phalanx
-PORTVERSION= 23.b
+PORTVERSION= 23
CATEGORIES= games
-MASTER_SITES= SF/${PORTNAME}/Version%20XXIII%20Beta
-DISTNAME= ${PORTNAME}-XXIII-beta
+MASTER_SITES= SF/${PORTNAME}/Version%20XXIII
+DISTNAME= ${PORTNAME}-XXIII-source
MAINTAINER= johans@FreeBSD.org
COMMENT= Xboard-compatible chess playing program
@@ -13,7 +13,7 @@ COMMENT= Xboard-compatible chess playing program
LICENSE= GPLv2 # (or later)
LICENSE_FILE= ${WRKSRC}/COPYING
-WRKSRC= ${WRKDIR}/${DISTNAME:S/-beta//}
+WRKSRC= ${WRKDIR}/${DISTNAME:S/p/P/:S/-source//}
USES= gmake tar:tgz
MAKEFILE= makefile
@@ -26,7 +26,7 @@ CFLAGS+= -DECO_DIR=\\\"${DATADIR}\\\" \
-DPBOOK_DIR=\\\"${DATADIR}\\\" \
-DSBOOK_DIR=\\\"${DATADIR}\\\"
-PORTDOCS= HISTORY README README.old
+PORTDOCS= HISTORY README
PLIST_FILES= bin/phalanx \
%%DATADIR%%/eco.phalanx \
%%DATADIR%%/pbook.phalanx \
@@ -39,8 +39,6 @@ do-install:
@${MKDIR} ${STAGEDIR}${DATADIR}
${INSTALL_DATA} ${WRKSRC}/*.phalanx ${STAGEDIR}${DATADIR}
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for file in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
-.endfor
+ cd ${WRKSRC}/${file}; ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>
diff --git a/games/phalanx/distinfo b/games/phalanx/distinfo
index c3f94e2db28c..72babe06a754 100644
--- a/games/phalanx/distinfo
+++ b/games/phalanx/distinfo
@@ -1,2 +1,2 @@
-SHA256 (phalanx-XXIII-beta.tgz) = dc72b8ad16e77c4b9e521ad0cbe8c49360d79840d886f4fba182db69da58a5cc
-SIZE (phalanx-XXIII-beta.tgz) = 352877
+SHA256 (phalanx-XXIII-source.tgz) = 4ae6f51eec7e811824f9b1a0b343c1d15db71804f6448189b62669ec0af557fa
+SIZE (phalanx-XXIII-source.tgz) = 350125