mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
ba63502f38
- update to 0.3 - add a workaround to don't use getpwuid to performs check for apache user (since 4.x doesn't support getpwuid_r). - use %%DOCSDIR%% PR: ports/55952 Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
11 lines
296 B
Plaintext
11 lines
296 B
Plaintext
--- src/Makefile.in.orig Mon Aug 25 11:50:48 2003
|
|
+++ src/Makefile.in Mon Aug 25 11:50:55 2003
|
|
@@ -39,7 +39,6 @@
|
|
fi
|
|
|
|
install: suphp suphp.mod
|
|
- $(INSTALL_PROGRAM) -d $(DESTDIR)$(sbindir)
|
|
$(INSTALL_PROGRAM) -m 4755 suphp $(DESTDIR)$(sbindir)/suphp
|
|
@$(MAKE) $(MAKEDEFS) -C apache install
|
|
|