aboutsummaryrefslogtreecommitdiff
path: root/games/xkoules/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /games/xkoules/Makefile
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
Notes
Diffstat (limited to 'games/xkoules/Makefile')
-rw-r--r--games/xkoules/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile
index 5d8538d971e0..b294e52f8c95 100644
--- a/games/xkoules/Makefile
+++ b/games/xkoules/Makefile
@@ -29,9 +29,9 @@ post-extract:
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/xkoules
+ @${MKDIR} ${DOCSDIR}
.for file in ANNOUNCE BUGS Card ChangeLog Koules.FAQ TODO
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/xkoules
+ @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
.endfor
.endif