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/xtron | |
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/xtron')
-rw-r--r-- | games/xtron/Makefile | 6 | ||||
-rw-r--r-- | games/xtron/pkg-plist | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/xtron/Makefile b/games/xtron/Makefile index be1d9b4..d1ecc89 100644 --- a/games/xtron/Makefile +++ b/games/xtron/Makefile @@ -26,9 +26,9 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/pixmaps/* ${PREFIX}/share/xtron ${INSTALL_DATA} ${WRKSRC}/xtronrc ${PREFIX}/lib/X11/app-defaults/Tron .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xtron - ${INSTALL_DATA} ${WRKSRC}/CHANGES ${PREFIX}/share/doc/xtron - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xtron + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/CHANGES ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> diff --git a/games/xtron/pkg-plist b/games/xtron/pkg-plist index dc27119..aa97d71 100644 --- a/games/xtron/pkg-plist +++ b/games/xtron/pkg-plist @@ -1,7 +1,7 @@ bin/xtron lib/X11/app-defaults/Tron -share/doc/xtron/CHANGES -share/doc/xtron/README +%%PORTDOCS%%share/doc/xtron/CHANGES +%%PORTDOCS%%share/doc/xtron/README share/xtron/Xtron_icon.xpm share/xtron/again.xpm share/xtron/againr.xpm @@ -20,4 +20,4 @@ share/xtron/quitr.xpm share/xtron/score.xpm share/xtron/scorer.xpm @dirrm share/xtron -@dirrm share/doc/xtron +%%PORTDOCS%%@dirrm share/doc/xtron |