pkgsrc-Changes archive

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

CVS commit: pkgsrc/filesystems/fuse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat May  9 13:47:13 UTC 2026

Modified Files:
        pkgsrc/filesystems/fuse: Makefile

Log Message:
fuse: fix installation


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/filesystems/fuse/Makefile

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

Modified files:

Index: pkgsrc/filesystems/fuse/Makefile
diff -u pkgsrc/filesystems/fuse/Makefile:1.18 pkgsrc/filesystems/fuse/Makefile:1.19
--- pkgsrc/filesystems/fuse/Makefile:1.18       Wed May  6 19:19:39 2026
+++ pkgsrc/filesystems/fuse/Makefile    Sat May  9 13:47:13 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2026/05/06 19:19:39 vins Exp $
+# $NetBSD: Makefile,v 1.19 2026/05/09 13:47:13 wiz Exp $
 #
 
 DISTNAME=      fuse-3.18.2
@@ -53,7 +53,9 @@ PKGCONFIG_OVERRIDE+=          output/meson-priva
 
 CONF_FILES+=           ${EGDIR}/fuse.conf ${PKG_SYSCONFDIR}/fuse.conf
 
-INSTALLATION_DIRS+=    ${DOCDIR} ${INCLUDEDIR}
+INSTALLATION_DIRS+=    ${DOCDIR}
+INSTALLATION_DIRS+=    ${EGDIR}
+INSTALLATION_DIRS+=    ${INCLUDEDIR}
 
 SPECIAL_PERMS+=                bin/fusermount3 ${SETUID_ROOT_PERMS}
 



Home | Main Index | Thread Index | Old Index