summaryrefslogtreecommitdiff
path: root/www/mod_ntlm2/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_ntlm2/files/patch-Makefile')
-rw-r--r--www/mod_ntlm2/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/www/mod_ntlm2/files/patch-Makefile b/www/mod_ntlm2/files/patch-Makefile
deleted file mode 100644
index 9245b0677a3a..000000000000
--- a/www/mod_ntlm2/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Tue Feb 25 14:25:42 2003
-+++ Makefile Wed Sep 26 13:29:56 2007
-@@ -6,7 +6,7 @@
-
- # the used tools
- APXS=apxs
--APACHECTL=/etc/rc.d/apache
-+APACHECTL=${PREFIX}/sbin/apachectl
-
- # the default target
- all: mod_ntlm.so
-@@ -17,7 +17,7 @@
-
- # install the shared object file into Apache
- install: all
-- $(APXS) -i -a -n 'ntlm' mod_ntlm.so
-+ $(APXS) -i -a -n 'ntlm' .libs/mod_ntlm.so
-
- # cleanup
- clean: