pkgsrc-WIP-changes archive

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

gnunet: more etc fixes



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Mar 21 22:06:17 2022 +0100
Changeset:	9f16e09e8db3516623625fb391cd55cd2483edf9

Modified Files:
	gnunet/Makefile
	gnunet/PLIST

Log Message:
gnunet: more etc fixes

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

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

diffstat:
 gnunet/Makefile | 2 +-
 gnunet/PLIST    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 59aaceb82e..bc758fa792 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -71,7 +71,7 @@ SUBST_SED.sysconfdir+=		-e 's,^GNUNET_DATA_HOME.*,GNUNET_DATA_HOME = ${GNUNET_DI
 SUBST_SED.sysconfdir+=		-e 's,^GNUNET_RUNTIME_DIR.*,GNUNET_RUNTIME_DIR = ${GNUNET_DIR},g'
 SUBST_SED.sysconfdir+=		-e 's,^GNUNET_HOME.*,GNUNET_HOME = ${GNUNET_DIR},g'
 
-post-build:
+post-configure:
 	${MKDIR} ${DESTDIR}${PKG_SYSCONFDIR}
 	${INSTALL_DATA} ${FILESDIR}/gnunet.conf ${DESTDIR}${PKG_SYSCONFDIR}/gnunet.conf
 	${INSTALL_DATA} ${FILESDIR}/gnunet_user.conf ${DESTDIR}${PKG_SYSCONFDIR}/gnunet_user.conf
diff --git a/gnunet/PLIST b/gnunet/PLIST
index 27947c90eb..8ae52c08d1 100644
--- a/gnunet/PLIST
+++ b/gnunet/PLIST
@@ -55,6 +55,8 @@ bin/gnunet-unindex
 bin/gnunet-uri
 bin/gnunet-vpn
 bin/gnunet-zoneimport
+etc/gnunet/gnunet.conf
+etc/gnunet/gnunet_user.conf
 include/gnunet/compat.h
 include/gnunet/gettext.h
 include/gnunet/gnu_name_system_record_types.h


Home | Main Index | Thread Index | Old Index