Description: Don't install module
 The makefiles installs the module in /usr/lib/apache2 instead of
 $PREFIX/usr/lib/apache2.
 This patch disables the installation. The module will be installed by
 dh_apache2.
Author: Ivo De Decker <ivodd@debian.org>
Forwarded: not-needed
Last-Update: 2012-05-17

Index: libapache2-mod-auth-tkt/src/Makefile
===================================================================
--- libapache2-mod-auth-tkt.orig/src/Makefile
+++ libapache2-mod-auth-tkt/src/Makefile
@@ -10,7 +10,7 @@
 
 
 install: $(TARGET)
-	$(APXS) -i $(TARGET)
+	#$(APXS) -i $(TARGET)
 
 clean:
 	-rm -f *.o *.lo *.slo $(MAT).so $(MAT).la
