diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-17 09:28:51 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-05-17 09:28:51 +0000 |
commit | 85453432faacbcfe0c71a381f43f1b99f5f6c509 (patch) | |
tree | e88683038b1306d03b9034c7eec66ba9a8240c7a /www/auth_ldap | |
parent | 828568b0e873f89995cb1a64734a3e638d74f76f (diff) | |
download | ports-85453432faacbcfe0c71a381f43f1b99f5f6c509.tar.gz ports-85453432faacbcfe0c71a381f43f1b99f5f6c509.zip |
- Use APACHEMODDIR and APACHEETCDIR consistently in pkg-plists
- DO NOT bump PORTREVISION
Notes
Notes:
svn path=/head/; revision=234069
Diffstat (limited to 'www/auth_ldap')
-rw-r--r-- | www/auth_ldap/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/auth_ldap/pkg-plist b/www/auth_ldap/pkg-plist index 661fc6eebc15..dc7780462fcb 100644 --- a/www/auth_ldap/pkg-plist +++ b/www/auth_ldap/pkg-plist @@ -1,3 +1,3 @@ -libexec/apache/mod_auth_ldap.so +%%APACHEMODDIR%%/mod_auth_ldap.so @exec %D/sbin/apxs -e -a -n auth_ldap %D/%F @unexec %D/sbin/apxs -e -A -n auth_ldap %D/%F |