pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/freeciv-manual
Module Name: pkgsrc
Committed By: joerg
Date: Sun Jan 7 21:00:23 UTC 2018
Modified Files:
pkgsrc/games/freeciv-manual: Makefile
Log Message:
Don't use AUTO_PLIST, but create the directory explicitly. Fixes build.
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/games/freeciv-manual/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/freeciv-manual/Makefile
diff -u pkgsrc/games/freeciv-manual/Makefile:1.15 pkgsrc/games/freeciv-manual/Makefile:1.16
--- pkgsrc/games/freeciv-manual/Makefile:1.15 Mon Jan 1 23:12:09 2018
+++ pkgsrc/games/freeciv-manual/Makefile Sun Jan 7 21:00:23 2018
@@ -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
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