diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 21:27:03 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2010-05-27 21:27:03 +0000 |
commit | 6d5b320dddc44db8e41b3e5290051eab2d7f2e05 (patch) | |
tree | 6ee7e79c87d49b92e39b6b11c3fc1a7cd39fc85e /www/mod_auth_pubtkt | |
parent | cac2d8276b1b29fd1a476a43025b2b68b58b29c5 (diff) | |
download | ports-6d5b320dddc44db8e41b3e5290051eab2d7f2e05.tar.gz ports-6d5b320dddc44db8e41b3e5290051eab2d7f2e05.zip |
- 2/3:
- consistently use APACHE PLIST_SUB var %%AP_NAME%% in pkg-plists
PR: ports/147142
Reviewed by: portmgr (pav)
With Hat: apache@
Notes
Notes:
svn path=/head/; revision=255195
Diffstat (limited to 'www/mod_auth_pubtkt')
-rw-r--r-- | www/mod_auth_pubtkt/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_auth_pubtkt/pkg-plist b/www/mod_auth_pubtkt/pkg-plist index 81401c1d5ba2..9cfb27117181 100644 --- a/www/mod_auth_pubtkt/pkg-plist +++ b/www/mod_auth_pubtkt/pkg-plist @@ -1,4 +1,4 @@ %%APACHEMODDIR%%/mod_auth_pubtkt.so -@exec %D/sbin/apxs -e -a -n auth_pubtkt %D/%f -@unexec %D/sbin/apxs -e -A -n auth_pubtkt %D/%f +@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f +@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %D/%f @unexec echo "===> If you do not plan on reinstalling mod_auth_pubtkt, you must manually remove"; echo "===> references to it in httpd.conf." |