pkgsrc-WIP-changes archive

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

Install the info files in the correct directory



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon Apr 30 15:33:54 2018 +0200
Changeset:	3044e16f58fda4706fbce38962c71e9c238ce054

Modified Files:
	fwknop/Makefile
	fwknop/PLIST

Log Message:
Install the info files in 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=3044e16f58fda4706fbce38962c71e9c238ce054

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

diffstat:
 fwknop/Makefile | 2 ++
 fwknop/PLIST    | 4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/fwknop/Makefile b/fwknop/Makefile
index 8ed3563e80..3e86792f7c 100644
--- a/fwknop/Makefile
+++ b/fwknop/Makefile
@@ -13,7 +13,9 @@ DEPENDS+=	gnupg-[0-9]*:../../security/gnupg
 DEPENDS+=	wget-[0-9]*:../../net/wget
 
 USE_TOOLS+=	aclocal autoconf automake autoheader makeinfo
+
 GNU_CONFIGURE=	yes
+CONFIGURE_ARGS+=	--infodir=${PREFIX}/${PKGINFODIR}
 
 WRKSRC=		${WRKDIR}/fwknop-2.6.9
 
diff --git a/fwknop/PLIST b/fwknop/PLIST
index f34402bc17..fb1152c4ce 100644
--- a/fwknop/PLIST
+++ b/fwknop/PLIST
@@ -3,9 +3,9 @@ bin/fwknop
 etc/fwknop/access.conf
 etc/fwknop/fwknopd.conf
 include/fko.h
+info/dir
+info/libfko.info
 lib/libfko.la
 man/man8/fwknop.8
 man/man8/fwknopd.8
 sbin/fwknopd
-share/info/dir
-share/info/libfko.info


Home | Main Index | Thread Index | Old Index