diff options
author | Clement Laforet <clement@FreeBSD.org> | 2005-01-17 21:33:32 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2005-01-17 21:33:32 +0000 |
commit | 8fe0e2e893a6b2cfa7d8e6cd3c953c3dece903fd (patch) | |
tree | 933560a9668b925b8634741c87fe98f1fae4d341 /www/mod_auth_pam2 | |
parent | -Update to 2.2.3, see more details: (diff) |
- Fix module names in httpd.conf
PR: ports/75892
Reported by: Lewis Thompson <purple@lewiz.net>
Notes
Notes:
svn path=/head/; revision=126676
Diffstat (limited to 'www/mod_auth_pam2')
-rw-r--r-- | www/mod_auth_pam2/files/patch-Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/mod_auth_pam2/files/patch-Makefile b/www/mod_auth_pam2/files/patch-Makefile index 4e87186eebfa..b394a87bd165 100644 --- a/www/mod_auth_pam2/files/patch-Makefile +++ b/www/mod_auth_pam2/files/patch-Makefile @@ -1,18 +1,19 @@ --- Makefile.orig Sat Aug 24 15:33:12 2002 -+++ Makefile Sun Oct 5 20:41:52 2003 ++++ Makefile Mon Jan 17 22:30:14 2005 @@ -1,5 +1,4 @@ LIBS=-lpam -APXS=apxs # try this, if you're not root and apxs is in the standard place #APXS=/usr/sbin/apxs -@@ -14,8 +13,7 @@ +@@ -14,8 +13,8 @@ $(APXS) -c $< $(LIBS) install: $(TARGETS) - $(APXS) -i $(TARGETS) - [ -d /etc/pam.d/ -a ! -f /etc/pam.d/httpd ] && install -m 644 -o root -g root samples/httpd /etc/pam.d/ -+ $(APXS) -i -A $(TARGETS) ++ $(APXS) -i -A mod_auth_pam.la ++ $(APXS) -i -A mod_auth_sys_group.la clean: -rm -f $(TARGETS) *~ $(SOURCES:.c=.slo) $(SOURCES:.c=.lo) $(SOURCES:.c=.so) $(SOURCES:.c=.o) |