diff options
Diffstat (limited to 'games/freeciv-manual/Makefile')
-rw-r--r-- | games/freeciv-manual/Makefile | 8 |
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" |