From 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 Mon Sep 17 00:00:00 2001 From: pat Date: Mon, 24 Dec 2001 02:17:17 +0000 Subject: - PORTDOCS police - DOCSDIR support to some - Brush out some lint --- games/xkoules/Makefile | 4 ++-- games/xkoules/pkg-plist | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'games/xkoules') 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 -- cgit