diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-04 14:50:33 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-04 14:50:33 +0000 |
commit | ed4924ec6f5781c9f399e9a6306aa9ac16ea28f3 (patch) | |
tree | 2572f54c315dfb7dab12605395dd334fde788252 /www/mod_php3/Makefile | |
parent | Build and install static version of the library (${PREFIX}/lib/libc-client4.a), (diff) |
Add option for IMAP support.
Diffstat (limited to 'www/mod_php3/Makefile')
-rw-r--r-- | www/mod_php3/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 84c48e2e2df6..4a433475d616 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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 \ |