diff options
author | joerg <joerg@pkgsrc.org> | 2018-01-07 21:00:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2018-01-07 21:00:23 +0000 |
commit | 72096d0337608c656fc21bbcb0c0b4f1d8f4442f (patch) | |
tree | 8a0310daaf809f3fe98721d45916a06c1e582736 /games/freeciv-manual | |
parent | 844803689b79bdb44393d4d91ee6d119bf2fa39b (diff) | |
download | pkgsrc-72096d0337608c656fc21bbcb0c0b4f1d8f4442f.tar.gz |
Don't use AUTO_PLIST, but create the directory explicitly. Fixes build.
Diffstat (limited to 'games/freeciv-manual')
-rw-r--r-- | games/freeciv-manual/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/games/freeciv-manual/Makefile b/games/freeciv-manual/Makefile index a6a1c3c4c62..2b7d7948e60 100644 --- a/games/freeciv-manual/Makefile +++ b/games/freeciv-manual/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2018/01/01 23:12:09 rillig Exp $ +# $NetBSD: Makefile,v 1.16 2018/01/07 21:00:23 joerg Exp $ # DISTNAME= manual-1.8.1-2 @@ -13,7 +13,8 @@ COMMENT= Manuals for old Freeciv version (game, client, and server) WRKSRC= ${WRKDIR}/manual NO_BUILD= yes -AUTO_MKDIRS= yes + +INSTALLATION_DIRS+= share/doc/freeciv-manual/img do-install: cd ${WRKSRC} && \ |