mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
19 lines
817 B
Plaintext
19 lines
817 B
Plaintext
--- Makefile.in.orig Mon Jul 3 19:33:07 2000
|
|
+++ Makefile.in Wed Jul 5 15:43:12 2000
|
|
@@ -162,13 +162,13 @@
|
|
@HAVE_GCONF_TRUE@SUBDIRS_GCONF = mime-type-capplet
|
|
@HAVE_GCONF_FALSE@SUBDIRS_GCONF =
|
|
|
|
-SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man devel-docs $(SUBDIRS_GCONF) test po
|
|
+SUBDIRS = libgnomevfs libgnomevfs-pthread $(SUBDIRS_OAF) idl modules data man $(SUBDIRS_GCONF) test po
|
|
|
|
|
|
EXTRA_DIST = HACKING TODO autogen.sh gnome-vfs.spec vfsConf.sh.in vfscorbaConf.sh.in vfspthreadConf.sh.in
|
|
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = vfsConf.sh vfscorbaConf.sh vfspthreadConf.sh
|
|
|
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|