Description: Change Makefile to respect DESTDIR
Author: Clint Adams <clint@debian.org>

--- mod-authn-webid-0~20110301.orig/Makefile.in
+++ mod-authn-webid-0~20110301/Makefile.in
@@ -2,7 +2,7 @@ all:
 	@APXS@ -c @PKG_CFLAGS@ @PKG_LIBS@ mod_authn_webid.c
 
 install:
-	@APXS@ -c -i @PKG_CFLAGS@ @PKG_LIBS@ mod_authn_webid.c
+	@APXS@ -c -S "LIBEXECDIR=$(DESTDIR)/usr/lib/apache2/modules" -i @PKG_CFLAGS@ @PKG_LIBS@ mod_authn_webid.c
 
 clean:
 	rm -f mod_authn_webid.{la,lo,slo,o} -r .libs
