aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorclement <clement@FreeBSD.org>2005-01-18 05:33:32 +0800
committerclement <clement@FreeBSD.org>2005-01-18 05:33:32 +0800
commitdcfc50f0684f74ebf2c48d621f2b345487ba613c (patch)
treecf917941564e8d266cb78ac2c17a1e5c7634f832 /www
parentd0981471284a813b1c504603003f7e399101873a (diff)
downloadfreebsd-ports-gnome-dcfc50f0684f74ebf2c48d621f2b345487ba613c.tar.gz
freebsd-ports-gnome-dcfc50f0684f74ebf2c48d621f2b345487ba613c.tar.zst
freebsd-ports-gnome-dcfc50f0684f74ebf2c48d621f2b345487ba613c.zip
- Fix module names in httpd.conf
PR: ports/75892 Reported by: Lewis Thompson <purple@lewiz.net>
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_pam2/files/patch-Makefile7
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)