aboutsummaryrefslogtreecommitdiff
path: root/games/freedoko/Makefile
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2011-08-24 21:20:25 +0000
committerPawel Pekala <pawel@FreeBSD.org>2011-08-24 21:20:25 +0000
commitaa9f830017412e3ca26231b8009f6faf53bc5599 (patch)
treeaf65cfc73355f1c7b11f7f9538ffebb38f418796 /games/freedoko/Makefile
parent7a97468844f65fa616f09459d65ae3929f0df4fd (diff)
downloadports-aa9f830017412e3ca26231b8009f6faf53bc5599.tar.gz
ports-aa9f830017412e3ca26231b8009f6faf53bc5599.zip
Notes
Diffstat (limited to 'games/freedoko/Makefile')
-rw-r--r--games/freedoko/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freedoko/Makefile b/games/freedoko/Makefile
index 5443fae0329c..61f70435adc0 100644
--- a/games/freedoko/Makefile
+++ b/games/freedoko/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= freedoko
-PORTVERSION= 0.7.9
+PORTVERSION= 0.7.10
CATEGORIES= games
MASTER_SITES= SF/free-doko/FreeDoko%20source
DISTNAME= FreeDoko_${PORTVERSION}.src
@@ -46,7 +46,7 @@ do-install:
.endfor
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @cd ${WRKSRC}/../doc && ${FIND} . ! -name "*Makefile*" | \
+ @cd ${WRKSRC}/../doc/manual && ${FIND} . | \
${CPIO} --quiet -pdum -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
.endif