diff options
author | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2001-12-24 02:17:17 +0000 |
commit | b666502afda11878e1adfaefeff785ee6171024b (patch) | |
tree | 9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /games/xoids | |
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/xoids')
-rw-r--r-- | games/xoids/Makefile | 4 | ||||
-rw-r--r-- | games/xoids/pkg-plist | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile index 745a4821c6aa..1bf40d73ac7b 100644 --- a/games/xoids/Makefile +++ b/games/xoids/Makefile @@ -22,8 +22,8 @@ post-extract: post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xoids - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xoids + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/games/xoids/pkg-plist b/games/xoids/pkg-plist index d3d3304bffbc..6daa43dcd738 100644 --- a/games/xoids/pkg-plist +++ b/games/xoids/pkg-plist @@ -1,3 +1,3 @@ bin/xoids -share/doc/xoids/README -@dirrm share/doc/xoids +%%PORTDOCS%%share/doc/xoids/README +%%PORTDOCS%%@dirrm share/doc/xoids |