summaryrefslogtreecommitdiff
path: root/www/cherokee-devel/files/patch-Makefile.in
blob: f1ef24f4b3e66ac357a65569d62c165d902a7993 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- Makefile.in.orig	Thu Jan 19 03:58:11 2006
+++ Makefile.in	Thu Jan 19 14:01:55 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 
 bin_SCRIPTS = cherokee-config
 SUFFIXES = .sample.pre .sample
 
@@ -978,7 +978,7 @@
 
 
 .sample.pre.sample:
-	$(top_builddir)/cherokee_replace $< $@ "%sysconfdir%" "${sysconfdir}" "%datadir%" "${datadir}" "%prefix%" "${prefix}" "%wwwroot%" "${WWW_ROOT}"
+	true $< $@ "%sysconfdir%" "${sysconfdir}" "%datadir%" "${datadir}" "%prefix%" "${prefix}" "%wwwroot%" "${WWW_ROOT}"
 
 install-data-local-config:
 	@$(mkinstalldirs) $(DESTDIR)$(pkgincludedir);
@@ -1021,9 +1021,6 @@
 		echo "$@ will not overwrite existing $(cherokeeconfdir)/mime.compression.types"; \
 	else \
 		$(INSTALL_DATA) $(top_srcdir)/mime.compression.types.sample $(DESTDIR)$(cherokeeconfdir)/mime.compression.types; \
-	fi
-	@if test -d $(DESTDIR)$(sysconfdir)/pam.d && test ! -d $(DESTDIR)$(sysconfdir)/pam.d/cherokee ; then \
-		$(INSTALL_DATA) $(top_srcdir)/pam.d_cherokee $(DESTDIR)$(sysconfdir)/pam.d/cherokee; \
 	fi
 	@if test -f $(DESTDIR)$(cherokeeconfdir)/sites-available/default ; then \
 		echo "$@ will not overwrite existing $(cherokeeconfdir)/sites-available/default"; \