diff options
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 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 |