summaryrefslogtreecommitdiff
path: root/games/xkoules
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
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')
-rw-r--r--games/xkoules/Makefile4
-rw-r--r--games/xkoules/pkg-plist14
2 files changed, 9 insertions, 9 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
diff --git a/games/xkoules/pkg-plist b/games/xkoules/pkg-plist
index 180c7316e632..4522689c73a6 100644
--- a/games/xkoules/pkg-plist
+++ b/games/xkoules/pkg-plist
@@ -1,10 +1,10 @@
bin/xkoules
-share/doc/xkoules/ANNOUNCE
-share/doc/xkoules/BUGS
-share/doc/xkoules/Card
-share/doc/xkoules/ChangeLog
-share/doc/xkoules/Koules.FAQ
-share/doc/xkoules/TODO
+%%PORTDOCS%%share/doc/xkoules/ANNOUNCE
+%%PORTDOCS%%share/doc/xkoules/BUGS
+%%PORTDOCS%%share/doc/xkoules/Card
+%%PORTDOCS%%share/doc/xkoules/ChangeLog
+%%PORTDOCS%%share/doc/xkoules/Koules.FAQ
+%%PORTDOCS%%share/doc/xkoules/TODO
%%SNDSRV:%%libexec/koules.sndsrv.freebsd
%%SNDSRV:%%share/xkoules/colize.raw
%%SNDSRV:%%share/xkoules/creator1.raw
@@ -14,4 +14,4 @@ share/doc/xkoules/TODO
%%SNDSRV:%%share/xkoules/end.raw
%%SNDSRV:%%share/xkoules/start.raw
%%SNDSRV:%%@dirrm share/xkoules
-@dirrm share/doc/xkoules
+%%PORTDOCS%%@dirrm share/doc/xkoules