summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>1998-08-27 14:08:20 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>1998-08-27 14:08:20 +0000
commitb0f30ac2aa2fba9ebad0c1fb137669c6e15e7f22 (patch)
tree9721ca5d541a34291d037d8e3b60920b9910919f /www/mod_php5/Makefile
parentChecksum changed (diff)
Fix error at starting script with PostgreSQL.
No response from: maintainer
Notes
Notes: svn path=/head/; revision=12881
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 43b3ea5dc85b..89434e01807d 100644
--- a/www/mod_php5/Makefile
+++ b/www/mod_php5/Makefile
@@ -3,7 +3,7 @@
# Date created: So 21 Jun 1998 16:09:39 CEST
# Whom: Stefan Herrmann <stefan@asterix.webaffairs.net>
#
-# $Id$
+# $Id: Makefile,v 1.49 1998/07/25 11:30:12 andreas Exp $
#
DISTNAME= apache_1.3.0
@@ -106,6 +106,7 @@ post-install:
@if [ ! -f ${PREFIX}/etc/rc.d/apache.sh ]; then \
${ECHO} "Installing ${PREFIX}/etc/rc.d/apache.sh startup file."; \
${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/apache.sh; \
+ ${ECHO} "[ -d ${PREFIX}/pgsql/lib ] && ${LDCONFIG} -m ${PREFIX}/pgsql/lib" >> ${PREFIX}/etc/rc.d/apache.sh; \
${ECHO} "[ -x ${PREFIX}/sbin/apachectl ] && ${PREFIX}/sbin/apachectl start > /dev/null && ${ECHO} -n ' apache'" >> ${PREFIX}/etc/rc.d/apache.sh; \
chmod 751 ${PREFIX}/etc/rc.d/apache.sh; \
fi