diff options
author | arved <arved@FreeBSD.org> | 2006-04-16 03:41:36 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2006-04-16 03:41:36 +0800 |
commit | d4bfffa710f97a58991f54c6eb5b96371be41b6d (patch) | |
tree | 1c5e0f220fdb914dc35fd9a65fff992af2529733 /www/cherokee/files | |
parent | f107c73104df0028fbb83553c5a44317f8c910e1 (diff) | |
download | freebsd-ports-gnome-d4bfffa710f97a58991f54c6eb5b96371be41b6d.tar.gz freebsd-ports-gnome-d4bfffa710f97a58991f54c6eb5b96371be41b6d.tar.zst freebsd-ports-gnome-d4bfffa710f97a58991f54c6eb5b96371be41b6d.zip |
Update to 0.5.1
PR: 95819
Submitted by: KATO Tsuguru
Diffstat (limited to 'www/cherokee/files')
-rw-r--r-- | www/cherokee/files/patch-Makefile.in | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/www/cherokee/files/patch-Makefile.in b/www/cherokee/files/patch-Makefile.in index f1ef24f4b3e6..4400c7c64dcf 100644 --- a/www/cherokee/files/patch-Makefile.in +++ b/www/cherokee/files/patch-Makefile.in @@ -1,15 +1,15 @@ ---- Makefile.in.orig Thu Jan 19 03:58:11 2006 -+++ Makefile.in Thu Jan 19 14:01:55 2006 +--- Makefile.in.orig Tue Apr 4 17:23:41 2006 ++++ Makefile.in Tue Apr 11 02:25:14 2006 @@ -314,7 +314,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ --SUBDIRS = m4 contrib www doc icons qa cherokee cget -+SUBDIRS = m4 contrib www icons qa cherokee cget +-SUBDIRS = m4 contrib www doc icons qa cherokee cget windows ++SUBDIRS = m4 contrib www icons qa cherokee cget windows bin_SCRIPTS = cherokee-config SUFFIXES = .sample.pre .sample -@@ -978,7 +978,7 @@ +@@ -979,7 +979,7 @@ .sample.pre.sample: @@ -18,7 +18,7 @@ install-data-local-config: @$(mkinstalldirs) $(DESTDIR)$(pkgincludedir); -@@ -1021,9 +1021,6 @@ +@@ -1022,9 +1022,6 @@ echo "$@ will not overwrite existing $(cherokeeconfdir)/mime.compression.types"; \ else \ $(INSTALL_DATA) $(top_srcdir)/mime.compression.types.sample $(DESTDIR)$(cherokeeconfdir)/mime.compression.types; \ |