pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/gnunet



Module Name:    pkgsrc
Committed By:   nikita
Date:           Tue Jan 31 19:53:36 UTC 2023

Modified Files:
        pkgsrc/net/gnunet: Makefile PLIST

Log Message:
gnunet: install missing files


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/net/gnunet/Makefile pkgsrc/net/gnunet/PLIST

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

Modified files:

Index: pkgsrc/net/gnunet/Makefile
diff -u pkgsrc/net/gnunet/Makefile:1.1 pkgsrc/net/gnunet/Makefile:1.2
--- pkgsrc/net/gnunet/Makefile:1.1      Tue Jan 31 18:53:46 2023
+++ pkgsrc/net/gnunet/Makefile  Tue Jan 31 19:53:36 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2023/01/31 18:53:46 nikita Exp $
+# $NetBSD: Makefile,v 1.2 2023/01/31 19:53:36 nikita Exp $
 
 DISTNAME=              gnunet-0.19.2
 CATEGORIES=            net
@@ -65,6 +65,8 @@ FILES_SUBST+=         PKG_HOME=${GNUNET_DIR}
 EGDIR=                 ${PREFIX}/share/examples/${PKGBASE}
 CONF_FILES+=           ${EGDIR}/gnunet.conf ${PKG_SYSCONFDIR}/gnunet.conf
 CONF_FILES+=           ${EGDIR}/gnunet_user.conf ${PKG_SYSCONFDIR}/gnunet_user.conf
+INSTALLATION_DIRS+=    ${EGDIR}
+INSTALLATION_DIRS+=    ${PREFIX}/share/doc/gnunet
 
 post-extract:
        ${CP} ${FILESDIR}/gnunet.conf ${WRKSRC}/gnunet.conf
@@ -84,8 +86,8 @@ post-configure:
        ${MKDIR} ${DESTDIR}${EGDIR}
        ${INSTALL_DATA} ${WRKSRC}/gnunet.conf ${DESTDIR}${EGDIR}/gnunet.conf
        ${INSTALL_DATA} ${WRKSRC}/gnunet_user.conf ${DESTDIR}${EGDIR}/gnunet_user.conf
-       ${MKDIR} ${DESTDIR}/share/doc/gnunet/
-       ${INSTALL_DATA} ${WRKSRC}/README.pkgsrc.txt ${DESTDIR}/share/doc/gnunet/README.pkgsrc.txt
+       ${MKDIR} ${DESTDIR}${PREFIX}/share/doc/gnunet/
+       ${INSTALL_DATA} ${WRKSRC}/README.pkgsrc.txt ${DESTDIR}${PREFIX}/share/doc/gnunet/README.pkgsrc.txt
 
 # All helpers have to be suid. fs helper must not be suid.
 # Some helpers and functionalities are only supported on
Index: pkgsrc/net/gnunet/PLIST
diff -u pkgsrc/net/gnunet/PLIST:1.1 pkgsrc/net/gnunet/PLIST:1.2
--- pkgsrc/net/gnunet/PLIST:1.1 Tue Jan 31 18:53:46 2023
+++ pkgsrc/net/gnunet/PLIST     Tue Jan 31 19:53:36 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2023/01/31 18:53:46 nikita Exp $
+@comment $NetBSD: PLIST,v 1.2 2023/01/31 19:53:36 nikita Exp $
 bin/gnunet-arm
 bin/gnunet-ats
 bin/gnunet-auto-share
@@ -416,6 +416,9 @@ share/aclocal/gnunet.m4
 share/applications/gnunet-uri.desktop
 share/doc/gnunet/COPYING
 share/doc/gnunet/README
+share/doc/gnunet/README.pkgsrc.txt
+share/examples/gnunet/gnunet.conf
+share/examples/gnunet/gnunet_user.conf
 share/gnunet/config.d/arm.conf
 share/gnunet/config.d/ats.conf
 share/gnunet/config.d/cadet.conf



Home | Main Index | Thread Index | Old Index