From f0dbe5a9164a7f0f8c6a5f6c647d37fbef0b4de2 Mon Sep 17 00:00:00 2001 From: Martin Blapp Date: Wed, 11 Sep 2002 12:51:34 +0000 Subject: Unbreak port on stable. Apxs was hardcoded in the Makefile. --- www/mod_auth_mysql_another/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'www/mod_auth_mysql_another/Makefile') diff --git a/www/mod_auth_mysql_another/Makefile b/www/mod_auth_mysql_another/Makefile index 831c3599fbc6..f37f3dde0e4a 100644 --- a/www/mod_auth_mysql_another/Makefile +++ b/www/mod_auth_mysql_another/Makefile @@ -59,7 +59,10 @@ do-extract: post-patch: @${CP} ${WRKDIR}/mod_auth_mysql/Makefile ${WRKDIR}/mod_auth_mysql/Makefile.new - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${WRKDIR}/mod_auth_mysql/Makefile.new \ + @(${SED} -e 's|%%PREFIX%%|${PREFIX}|g' | \ + ${SED} -e 's|%%APXS%%|${APXS}|g' | \ + ${SED} -e 's|%%APXSFLAGS%%|${APXSFLAGS}|g') \ + < ${WRKDIR}/mod_auth_mysql/Makefile.new \ > ${WRKDIR}/mod_auth_mysql/Makefile post-install: -- cgit v1.2.3