forked from Lainports/freebsd-ports
FUSE makes it possible to implement a filesystem in a userspace program. Features include: simple yet comprehensive API, secure mounting by non-root users, support for RELENG_6 and HEAD FreeBSD kernels, multi-threaded operation. WWW: http://sourceforge.net/projects/fuse/ PR: ports/87167 Submitted by: Anish Mistry <amistry@am-productions.biz> Reviewed by: Csaba Henk <csaba.henk@creo.hu> (fuse SoC participant)
11 lines
277 B
Text
11 lines
277 B
Text
--- Makefile.in.orig Mon Oct 3 16:43:22 2005
|
|
+++ Makefile.in Sun Oct 9 22:05:09 2005
|
|
@@ -184,7 +184,7 @@
|
|
doc/how-fuse-works \
|
|
doc/kernel.txt
|
|
|
|
-pkgconfigdir = $(libdir)/pkgconfig
|
|
+pkgconfigdir = $(prefix)/libdata/pkgconfig
|
|
pkgconfig_DATA = fuse.pc
|
|
all: all-recursive
|
|
|