diff options
author | Clement Laforet <clement@FreeBSD.org> | 2006-07-18 08:27:57 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2006-07-18 08:27:57 +0000 |
commit | a6e028f65e702445971a4462620dbc4923dc42ce (patch) | |
tree | 9f322661604208e8a8c47c65e6fb0b8f80a9c598 /www/mod_auth_pam2 | |
parent | 6e84112a9f675fad9cc88fa419b71ebc638fbc29 (diff) | |
download | ports-a6e028f65e702445971a4462620dbc4923dc42ce.tar.gz ports-a6e028f65e702445971a4462620dbc4923dc42ce.zip |
Notes
Diffstat (limited to 'www/mod_auth_pam2')
-rw-r--r-- | www/mod_auth_pam2/Makefile | 2 | ||||
-rw-r--r-- | www/mod_auth_pam2/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/mod_auth_pam2/Makefile b/www/mod_auth_pam2/Makefile index df6b6c08c0a3..2eba9282739e 100644 --- a/www/mod_auth_pam2/Makefile +++ b/www/mod_auth_pam2/Makefile @@ -7,7 +7,7 @@ PORTNAME= mod_auth_pam PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://pam.sourceforge.net/mod_auth_pam/dist/ DISTNAME= ${PORTNAME}-2.0-${PORTVERSION} diff --git a/www/mod_auth_pam2/pkg-plist b/www/mod_auth_pam2/pkg-plist index f6e0eb0bc103..5e57989928af 100644 --- a/www/mod_auth_pam2/pkg-plist +++ b/www/mod_auth_pam2/pkg-plist @@ -2,9 +2,9 @@ %%PORTDOCS%%%%DOCSDIR%%/faq.html %%PORTDOCS%%%%DOCSDIR%%/install.html %%PORTDOCS%%@dirrm %%DOCSDIR%% -libexec/apache2/mod_auth_pam.so +%%APACHEMODDIR%%/mod_auth_pam.so @exec %D/sbin/apxs -e -A -n auth_pam %D/%f -libexec/apache2/mod_auth_sys_group.so +%%APACHEMODDIR%%/mod_auth_sys_group.so @exec %D/sbin/apxs -e -A -n auth_sys_group %D/%f %%EXAMPLESDIR%%/pam-httpd.sample @dirrm %%EXAMPLESDIR%% |