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/xmines/Makefile | |
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/xmines/Makefile')
-rw-r--r-- | games/xmines/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xmines/Makefile b/games/xmines/Makefile index a3e9779..1677866 100644 --- a/games/xmines/Makefile +++ b/games/xmines/Makefile @@ -18,8 +18,8 @@ USE_X_PREFIX= yes post-install: .if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/xmines - ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xmines + @${MKDIR} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include <bsd.port.mk> |