summaryrefslogtreecommitdiff
path: root/www/php3-mysql/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/php3-mysql/Makefile')
-rw-r--r--www/php3-mysql/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/www/php3-mysql/Makefile b/www/php3-mysql/Makefile
index b5e71690115..f6e8b9692da 100644
--- a/www/php3-mysql/Makefile
+++ b/www/php3-mysql/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/10/21 23:04:34 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2001/01/29 11:34:46 wiz Exp $
#
PKGNAME= php-mysql-${PHP_VERSION}
@@ -9,8 +9,6 @@ CONFIGURE_ARGS+=--with-mysql=${LOCALBASE}
BUILDING_EXTENSION_MODULE=yes
-MESSAGE_FILE= ${WRKDIR}/MESSAGE
-
do-build:
cd ${WRKSRC}/functions && \
${COMPILE.c} -I.. -I. -I${LOCALBASE}/include/mysql -fPIC -DPIC -DCOMPILE_DL mysql.c && \
@@ -18,6 +16,5 @@ do-build:
do-install:
${INSTALL_DATA} ${WRKSRC}/functions/mysql.so ${PREFIX}/lib/php3/
- ${SED} -e 's|@PREFIX@|${PREFIX}|g' ${PKGDIR}/MESSAGE >${MESSAGE_FILE}
.include "../php3/Makefile"