summaryrefslogtreecommitdiffstats
path: root/games/xoids
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerpat <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commit7b58bb9dae47ea8f4187f1ca01d041c1deab5487 (patch)
tree438ff2856c8402cd6a8f17e494e72efbac6546bf /games/xoids
parentd53c5acbf7b9968c33e74481b4e41ab6b1e0d413 (diff)
downloadFreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.zip
FreeBSD-ports-7b58bb9dae47ea8f4187f1ca01d041c1deab5487.tar.gz
- PORTDOCS police
- DOCSDIR support to some - Brush out some lint
Diffstat (limited to 'games/xoids')
-rw-r--r--games/xoids/Makefile4
-rw-r--r--games/xoids/pkg-plist4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/xoids/Makefile b/games/xoids/Makefile
index 745a482..1bf40d7 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 d3d3304..6daa43d 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
OpenPOWER on IntegriCloud