pkgsrc-WIP-changes archive

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

gnunet: Makefile



Module Name:	pkgsrc-wip
Committed By:	nikita <nikita%NetBSD.org@localhost>
Pushed By:	nikita
Date:		Mon Mar 21 21:22:00 2022 +0100
Changeset:	62a7c7c414de82b8787b07fa7f4c461187cb5b03

Modified Files:
	gnunet/Makefile

Log Message:
gnunet: Makefile

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

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

diffstat:
 gnunet/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diffs:
diff --git a/gnunet/Makefile b/gnunet/Makefile
index 87a09f61c9..23afdf3b97 100644
--- a/gnunet/Makefile
+++ b/gnunet/Makefile
@@ -65,13 +65,13 @@ FILES_SUBST+=		PKG_HOME=${GNUNET_DIR}
 
 # TODO: This should be an .in file, but how.
 SUBST_CLASSES+=			sysconfdir
-SUBST_STAGE.sysconfdir=		post-build
+SUBST_STAGE.sysconfdir=		post-configure
 SUBST_MESSAGE.sysconfdir=	Fixing paths in gnunet.conf
 SUBST_FILES.sysconfdir=		${FILESDIR}/gnunet.conf
 SUBST_SED.sysconfdir+=		-e 's,^DEFAULTCONFIG.*,DEFAULTCONFIG = ${PKG_SYSCONFDIR}/gnunet.conf,g'
-SUBST_SED.sysconfdir+=		-e 's,^GNUNET_DATA_HOME.*,GNUNET_DATA_HOME = "${GNUNET_DIR}"/data,g'
-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'
+SUBST_SED.sysconfdir+=		-e 's,^GNUNET_DATA_HOME.*,GNUNET_DATA_HOME = ${GNUNET_DIR}/data,g'
+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'
 
 # All helpers have to be suid. fs helper must not be suid.
 # Some helpers and functionalities are only supported on


Home | Main Index | Thread Index | Old Index