diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 05:00:31 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-06-06 05:00:31 +0000 |
commit | 928b398e02ad83a92e94b6652a9efc190a462b09 (patch) | |
tree | 506f8a7aefd4ed9028b6347046131f05a5cb4bc5 /www/mod_auth_kerb2/pkg-plist | |
parent | 494c3ced49cc630dfd3bbc12e5362d2c9e192e41 (diff) | |
download | ports-928b398e02ad83a92e94b6652a9efc190a462b09.tar.gz ports-928b398e02ad83a92e94b6652a9efc190a462b09.zip |
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143
Submitted by: pgollucci@ (myself)
Reviewed by: portmgr (pav)
Notes
Notes:
svn path=/head/; revision=255876
Diffstat (limited to 'www/mod_auth_kerb2/pkg-plist')
-rw-r--r-- | www/mod_auth_kerb2/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_auth_kerb2/pkg-plist b/www/mod_auth_kerb2/pkg-plist index 1627a6be1d97..fb691e0a0509 100644 --- a/www/mod_auth_kerb2/pkg-plist +++ b/www/mod_auth_kerb2/pkg-plist @@ -1,3 +1,3 @@ -%%APACHEMODDIR%%/mod_auth_kerb.so +%%APACHEMODDIR%%/%%AP_MODULE%% @exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F @unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F |