summaryrefslogtreecommitdiff
path: root/www/mod_php5/Makefile
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>1999-05-04 14:50:33 +0000
committerDirk Froemberg <dirk@FreeBSD.org>1999-05-04 14:50:33 +0000
commited4924ec6f5781c9f399e9a6306aa9ac16ea28f3 (patch)
tree2572f54c315dfb7dab12605395dd334fde788252 /www/mod_php5/Makefile
parentBuild and install static version of the library (${PREFIX}/lib/libc-client4.a), (diff)
Add option for IMAP support.
Notes
Notes: svn path=/head/; revision=18464
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r--www/mod_php5/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile
index 84c48e2e2df6..4a433475d616 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: Makefile,v 1.72 1999/04/11 22:23:30 dirk Exp $
+# $Id: Makefile,v 1.73 1999/04/13 15:40:20 dirk Exp $
#
DISTNAME= apache_${VERSION_APACHE}
@@ -94,6 +94,9 @@ pre-fetch:
@${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure.php
.endif
+post-extract:
+ @${LN} -s php-${VERSION_PHP3} ${WRKDIR}/php3
+
pre-configure:
@cd ${WRKSRC} \
&& ./configure > /dev/null \