diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 14:54:40 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-05-28 14:54:40 +0000 |
commit | f9cb37cd5ead687ace7e156e94f16b176faeea4a (patch) | |
tree | ce0d8ac26db3e8e017eb23f9714ebfc00d70ab69 /devel/soup/files/patch-Makefile.in | |
parent | cff22159a4aaa62ccf582ccc8ad36a3047f42a16 (diff) | |
download | ports-f9cb37cd5ead687ace7e156e94f16b176faeea4a.tar.gz ports-f9cb37cd5ead687ace7e156e94f16b176faeea4a.zip |
Notes
Diffstat (limited to 'devel/soup/files/patch-Makefile.in')
-rw-r--r-- | devel/soup/files/patch-Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/soup/files/patch-Makefile.in b/devel/soup/files/patch-Makefile.in new file mode 100644 index 000000000000..6a76f498a72b --- /dev/null +++ b/devel/soup/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in 2001/05/28 13:16:59 1.1 ++++ Makefile.in 2001/05/28 13:17:30 +@@ -115,7 +115,7 @@ + + bin_SCRIPTS = soup-config + +-confexecdir = $(libdir) ++confexecdir = $(prefix)/etc + confexec_DATA = soupConf.sh soup_apacheConf.sh soup_wsdlConf.sh + + pkgconfigdir = $(libdir)/pkgconfig |