summaryrefslogtreecommitdiff
path: root/games/freeciv-manual/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-10-31 09:36:56 +0000
committerwiz <wiz@pkgsrc.org>2000-10-31 09:36:56 +0000
commit31085566bd6c206adae5b0b8cbe996568955b4cc (patch)
tree334673bcf3dbac10930d009b416089d2fba1636b /games/freeciv-manual/Makefile
parentcb55fe4e048b9ad556f360e7b15b19dbf86c1c4b (diff)
downloadpkgsrc-31085566bd6c206adae5b0b8cbe996568955b4cc.tar.gz
Install to share/doc/html, since it's html after all.
Diffstat (limited to 'games/freeciv-manual/Makefile')
-rw-r--r--games/freeciv-manual/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/freeciv-manual/Makefile b/games/freeciv-manual/Makefile
index 458540a6b06..24a79ecdbdc 100644
--- a/games/freeciv-manual/Makefile
+++ b/games/freeciv-manual/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/10/30 14:26:44 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2000/10/31 09:36:56 wiz Exp $
#
DISTNAME= manual-1.8.1-2
@@ -13,10 +13,10 @@ NO_BUILD= YES
WRKSRC= ${WRKDIR}/manual
do-install:
- ${MKDIR} ${PREFIX}/share/doc/freeciv/img
+ ${MKDIR} ${PREFIX}/share/doc/html/freeciv/img
cd ${WRKSRC} && \
- ${INSTALL_DATA} *.html ${PREFIX}/share/doc/freeciv
+ ${INSTALL_DATA} *.html ${PREFIX}/share/doc/html/freeciv
cd ${WRKSRC}/img && \
- ${INSTALL_DATA} *.jpg ${PREFIX}/share/doc/freeciv/img
+ ${INSTALL_DATA} *.jpg ${PREFIX}/share/doc/html/freeciv/img
.include "../../mk/bsd.pkg.mk"