summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-25 07:40:08 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2009-12-25 07:40:08 +0000
commite8d949807c4896a88077d7cc08cc6e855ae83bb7 (patch)
tree16852d64c3ec20a3156dc7a603e162acd9aeb8af /www
parent- Bump PORTREVISION to chase the update of shapelib (diff)
- USE_APACHE instead of _DEPENDS
- Fix pkg-plist leftovers - / ify dirs
Notes
Notes: svn path=/head/; revision=246580
Diffstat (limited to 'www')
-rw-r--r--www/mod_auth_mysql/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile
index 349c79b6ff30..6f1a73ba96a8 100644
--- a/www/mod_auth_mysql/Makefile
+++ b/www/mod_auth_mysql/Makefile
@@ -12,9 +12,6 @@ MASTER_SITES= SF/mod-auth-mysql/mod-auth-mysql/mod-auth-mysql-1.0
MAINTAINER= apache@FreeBSD.org
COMMENT= Allows users to use MySQL databases for user authentication
-BUILD_DEPENDS= ${APXS}:${PORTSDIR}/${APACHE_PORT}
-RUN_DEPENDS= ${LOCALBASE}/sbin/${AP_TARGET}:${PORTSDIR}/${APACHE_PORT}
-
MAKE_JOBS_SAFE= yes
USE_MYSQL= yes
@@ -22,16 +19,17 @@ USE_MYSQL= yes
USE_APACHE= 13
AP_GENPLIST= yes
PORTDOCS= README USAGE
-PLIST_FILES+= libexec/apache/mod_auth_mysql.so
+PLIST_FILES+= %%APACHEMODDIR%%/mod_auth_mysql.so \
+ %%APACHEETCDIR%%/httpd.conf.bak
post-patch:
${REINPLACE_CMD} -e 's,/usr,${LOCALBASE},g' -e 's,apxs,${APXS},' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${DOCSDIR}/
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}/
.endfor
.endif