summaryrefslogtreecommitdiff
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
parent- update to 2.9.8p1 (diff)
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Notes
Notes: svn path=/head/; revision=52072
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