aboutsummaryrefslogtreecommitdiff
path: root/games/xlines/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
committerPatrick Li <pat@FreeBSD.org>2001-12-24 02:17:17 +0000
commitb666502afda11878e1adfaefeff785ee6171024b (patch)
tree9aa30fd7bf24b32e216a3b9ae394f1a2abdb5bf3 /games/xlines/Makefile
parente1999fb7b6e4ffd7d87627b0fde8985f3adcc1d1 (diff)
downloadports-b666502afda11878e1adfaefeff785ee6171024b.tar.gz
ports-b666502afda11878e1adfaefeff785ee6171024b.zip
Notes
Diffstat (limited to 'games/xlines/Makefile')
-rw-r--r--games/xlines/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xlines/Makefile b/games/xlines/Makefile
index 4513faeefcf8..8b7f0b387839 100644
--- a/games/xlines/Makefile
+++ b/games/xlines/Makefile
@@ -28,9 +28,9 @@ do-install:
@${MKDIR} ${PREFIX}/share/xlines
${INSTALL_DATA} ${WRKSRC}/trolltech.gif ${PREFIX}/share/xlines
.if !defined(NOPORTDOCS)
- @${MKDIR} ${PREFIX}/share/doc/xlines
- ${INSTALL_DATA} ${WRKSRC}/readme.lines ${PREFIX}/share/doc/xlines
- ${INSTALL_DATA} ${WRKSRC}/readme.qt ${PREFIX}/share/doc/xlines
+ @${MKDIR} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/readme.lines ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/readme.qt ${DOCSDIR}
.endif
.include <bsd.port.mk>