forked from Lainports/freebsd-ports
- 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>
10 lines
296 B
Text
10 lines
296 B
Text
--- 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
|
|
|