From 7a49fba2289adb84ac95246ece222a9bf5046155 Mon Sep 17 00:00:00 2001 From: "Philip M. Gollucci" Date: Fri, 25 Dec 2009 07:44:43 +0000 Subject: [PATCH] - Fix pkg-plist Reported by: QAT --- www/mod_auth_mysql/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 6f1a73ba96a8..9e3180fe5414 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -19,8 +19,7 @@ USE_MYSQL= yes USE_APACHE= 13 AP_GENPLIST= yes PORTDOCS= README USAGE -PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so \ - %%APACHEETCDIR%%/httpd.conf.bak +PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so post-patch: ${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' -e 's,apxs,${APXS},' ${WRKSRC}/Makefile