diff options
author | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 05:27:03 +0800 |
---|---|---|
committer | pgollucci <pgollucci@FreeBSD.org> | 2010-05-28 05:27:03 +0800 |
commit | 94d06c9c514900630c33f9cfd19d5af4ee5f2135 (patch) | |
tree | ea03d88f09fadd0c28f773126a879632d77b8605 /www/mod_auth_kerb2 | |
parent | 42c1f6d2d6092161d82f38e53140dc6b716cdf47 (diff) | |
download | freebsd-ports-gnome-94d06c9c514900630c33f9cfd19d5af4ee5f2135.tar.gz freebsd-ports-gnome-94d06c9c514900630c33f9cfd19d5af4ee5f2135.tar.zst freebsd-ports-gnome-94d06c9c514900630c33f9cfd19d5af4ee5f2135.zip |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@
Diffstat (limited to 'www/mod_auth_kerb2')
-rw-r--r-- | www/mod_auth_kerb2/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_kerb2/pkg-plist b/www/mod_auth_kerb2/pkg-plist index 570a53e915ea..1627a6be1d97 100644 --- a/www/mod_auth_kerb2/pkg-plist +++ b/www/mod_auth_kerb2/pkg-plist @@ -1,3 +1,3 @@ %%APACHEMODDIR%%/mod_auth_kerb.so -@exec %D/sbin/apxs -e -a -n auth_kerb %D/%F -@unexec %D/sbin/apxs -e -A -n auth_kerb %D/%F +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%F +@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%F |