pkgsrc-WIP-changes archive

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

swi-prolog-lite: Set SWIPL_INSTALL_MANPAGES to the correct directory



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sat Feb 16 18:10:40 2019 +0100
Changeset:	c95e4def45b8086fc5791270e65e23068d20447f

Modified Files:
	swi-prolog-lite/Makefile
	swi-prolog-lite/PLIST

Log Message:
swi-prolog-lite: Set SWIPL_INSTALL_MANPAGES to the correct directory

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c95e4def45b8086fc5791270e65e23068d20447f

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 swi-prolog-lite/Makefile | 1 +
 swi-prolog-lite/PLIST    | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/swi-prolog-lite/Makefile b/swi-prolog-lite/Makefile
index 329aeaca13..c7d2ebc3da 100644
--- a/swi-prolog-lite/Makefile
+++ b/swi-prolog-lite/Makefile
@@ -8,6 +8,7 @@ MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
 COMMENT=		ISO/Edinburgh-style Prolog compiler
 
 CMAKE_ARGS+=		-DSWIPL_ARCH=${MACHINE_GNU_PLATFORM}
+CMAKE_ARGS+=		-DSWIPL_INSTALL_MANPAGES=${PKGMANDIR}/man1
 CMAKE_ARGS+=		-DSWIPL_PACKAGES_BASIC=ON
 CMAKE_ARGS+=		-DSWIPL_PACKAGES_ARCHIVE=ON
 CMAKE_ARGS+=		-DSWIPL_PACKAGES_SSL=ON
diff --git a/swi-prolog-lite/PLIST b/swi-prolog-lite/PLIST
index fe2881dcbe..03589c9eca 100644
--- a/swi-prolog-lite/PLIST
+++ b/swi-prolog-lite/PLIST
@@ -826,6 +826,6 @@ lib/swipl/library/yall.pl
 lib/swipl/library/zip.pl
 lib/swipl/library/zlib.pl
 lib/swipl/swipl.home
-share/man/man1/swipl-ld.1
-share/man/man1/swipl.1
+man/man1/swipl-ld.1
+man/man1/swipl.1
 share/pkgconfig/swipl.pc


Home | Main Index | Thread Index | Old Index