pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games/freeciv-manual Don't use AUTO_PLIST, but create ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51b954242610
branches:  trunk
changeset: 373657:51b954242610
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 07 21:00:23 2018 +0000

description:
Don't use AUTO_PLIST, but create the directory explicitly. Fixes build.

diffstat:

 games/freeciv-manual/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 3e47c90025e7 -r 51b954242610 games/freeciv-manual/Makefile
--- a/games/freeciv-manual/Makefile     Sun Jan 07 20:59:40 2018 +0000
+++ b/games/freeciv-manual/Makefile     Sun Jan 07 21:00:23 2018 +0000
@@ -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 @@
 
 WRKSRC=                ${WRKDIR}/manual
 NO_BUILD=      yes
-AUTO_MKDIRS=   yes
+
+INSTALLATION_DIRS+=    share/doc/freeciv-manual/img
 
 do-install:
        cd ${WRKSRC} && \



Home | Main Index | Thread Index | Old Index