diff options
author | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | 7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch) | |
tree | 438ff2856c8402cd6a8f17e494e72efbac6546bf /games/xkoules | |
parent | d53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff) | |
download | FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz |
- PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
Diffstat (limited to 'games/xkoules')
-rw-r--r-- | games/xkoules/Makefile | 4 | ||||
-rw-r--r-- | games/xkoules/pkg-plist | 14 |
2 files changed, 9 insertions, 9 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index 5d8538d..b294e52 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 180c731..4522689 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 |