diff options
author | jeh <jeh@FreeBSD.org> | 2005-01-10 21:55:15 +0800 |
---|---|---|
committer | jeh <jeh@FreeBSD.org> | 2005-01-10 21:55:15 +0800 |
commit | 96dd8e12d903e7b87b8082d032788ad06211f28b (patch) | |
tree | 622aed1538ce2f1e7a3b9e6c32d38dccd1c21357 /www/mod_auth_mysql | |
parent | 5404e7887fe30cc5bdd912f4e9f00ecbed6c03b9 (diff) | |
download | freebsd-ports-gnome-96dd8e12d903e7b87b8082d032788ad06211f28b.tar.gz freebsd-ports-gnome-96dd8e12d903e7b87b8082d032788ad06211f28b.tar.zst freebsd-ports-gnome-96dd8e12d903e7b87b8082d032788ad06211f28b.zip |
* Use PLIST_FILES to add libauth_mysql.so
* Bump PORTREVISION
Diffstat (limited to 'www/mod_auth_mysql')
-rw-r--r-- | www/mod_auth_mysql/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_auth_mysql/Makefile b/www/mod_auth_mysql/Makefile index 8205ffe7dee0..3b8eb2ab17a9 100644 --- a/www/mod_auth_mysql/Makefile +++ b/www/mod_auth_mysql/Makefile @@ -6,7 +6,7 @@ PORTNAME= mod_auth_mysql PORTVERSION= 2.20 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mod-auth-mysql @@ -22,6 +22,7 @@ USE_MYSQL= yes WANT_APACHE= 13 AP_GENPLIST= yes PORTDOCS= README USAGE +PLIST_FILES+= libexec/apache/libauth_mysql.so PKGMESSAGE= ${WRKSRC}/.install_notes |