mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
69fdfd600a
* Don't build the test programs, since they're not installed and are pretty much meaningless anyway Submitted by: sobomax
12 lines
320 B
Plaintext
12 lines
320 B
Plaintext
--- gnome-vfs-config.in.orig Thu Aug 31 14:32:38 2000
|
|
+++ gnome-vfs-config.in Wed Nov 29 15:04:43 2000
|
|
@@ -3,7 +3,7 @@
|
|
usage="\
|
|
Usage: gnome-vfs-config [--version] [--config] [--cflags] [--libs]"
|
|
|
|
-config_file="@LIBDIR@/vfsConf.sh"
|
|
+config_file="@SYSCONFDIR@/vfsConf.sh"
|
|
. $config_file
|
|
|
|
if test $# -eq 0; then
|