diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2009-12-25 15:44:43 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2009-12-25 15:44:43 +0800 |
commit | d20017eea42d6c22c90e1b3af496080c5bac1b9e (patch) | |
tree | 36976cf0f3e17fe37b0a4458952878e8c9d5c6c4 /www | |
parent | 9768a40d4f3f20dabf681bb0c30530c69df7617e (diff) | |
download | freebsd-ports-gnome-d20017eea42d6c22c90e1b3af496080c5bac1b9e.tar.gz freebsd-ports-gnome-d20017eea42d6c22c90e1b3af496080c5bac1b9e.tar.zst freebsd-ports-gnome-d20017eea42d6c22c90e1b3af496080c5bac1b9e.zip |
- Fix pkg-plist
Reported by: QAT
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 3 |
1 files changed, 1 insertions, 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 |