mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- use %%AP_MODULE%% PLIST_SUB var in pkg-plist s
PR: ports/147143 Submitted by: pgollucci@ (myself) Reviewed by: portmgr (pav)
This commit is contained in:
parent
494c3ced49
commit
928b398e02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255876
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_accounting.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
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_accounting, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,7 +1,7 @@
|
||||
lib/mod_auth_form.a
|
||||
lib/mod_auth_form.la
|
||||
lib/mod_auth_form.so
|
||||
lib/mod_auth_form.so.2
|
||||
%%APACHEMODDIR%%/mod_auth_form.so
|
||||
lib/%%AP_MODULE%%
|
||||
lib/%%AP_MODULE%%.2
|
||||
%%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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_auth_pam.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
|
||||
%%PORTDOCS%%%%DOCSDIR%%/configure.txt
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_auth_pubtkt.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
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_auth_pubtkt, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_auth_remote.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
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_auth_remote, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_backhand.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
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_bandwidth.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
||||
sbin/cleanlink.pl
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_bandwidth, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,3 +1,3 @@
|
||||
@unexec /usr/bin/sed -i '' '/LoadModule %%AP_NAME%%_module/d' %D/%%APACHEETCDIR%%/httpd.conf
|
||||
%%APACHEMODDIR%%/mod_clamav.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %D/%f
|
||||
|
@ -8,4 +8,4 @@
|
||||
%%APACHEINCLUDEDIR%%/env_value.h
|
||||
%%APACHEINCLUDEDIR%%/mod_cplusplus.h
|
||||
%%APACHEINCLUDEDIR%%/request_env.h
|
||||
%%APACHEMODDIR%%/mod_cplusplus.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_cvs.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
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_cvs, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_fcgid.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mod_fcgid.html.en
|
||||
%%PORTDOCS%%@unexec /bin/rmdir %D/%%DOCSDIR%% 2>/dev/null || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_gzip.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
|
||||
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
|
||||
%%PORTDOCS%%%%DOCSDIR%%/browser.htm
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%APACHEETCDIR%%/mod_jk.conf.sample
|
||||
%%APACHEETCDIR%%/workers.properties.sample
|
||||
%%APACHEMODDIR%%/mod_jk.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f || true
|
||||
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f || true
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_layout.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
|
||||
@unexec echo "===> If you do not plan on reinstalling mod_layout, you must manually remove"; echo "===> references to it in httpd.conf."
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_limitipconn.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/INSTALL
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_log_firstbyte.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
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $FreeBSD$
|
||||
%%APACHEMODDIR%%/mod_memcache.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%APACHEMODDIR%%/mod_memcache_example.so
|
||||
@dirrmtry %%APACHEMODDIR%%
|
||||
|
@ -1,3 +1,3 @@
|
||||
@comment $FreeBSD$
|
||||
%%MOD_MONOCONFDIR%%/mod_mono.conf
|
||||
%%APACHEMODDIR%%/mod_mono.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_mp3.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
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_musicindex.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
|
||||
%%DATADIR%%/musicindex.css
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_ntlm.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
|
||||
%%PORTDOCS%%%%DOCSDIR%%/mod_ntlm.html
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_ntlm.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n ntlm %D/%f
|
||||
@unexec %D/sbin/apxs -e -A -n ntlm %D/%F
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_proxy_xml.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
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_put.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%PORTDOCS%%share/doc/mod_put/mod_put.html
|
||||
%%PORTDOCS%%@dirrm share/doc/mod_put
|
||||
@exec ${PKG_PREFIX}/sbin/apxs -e -A -n %%AP_NAME%% mod_put.so; echo " enable the mod_put in Apache's config manually"
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_python.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%PYTHON_SITELIBDIR%%/mod_python/__init__.py
|
||||
%%PYTHON_SITELIBDIR%%/mod_python/apache.py
|
||||
%%PYTHON_SITELIBDIR%%/mod_python/cgihandler.py
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_python.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@exec %D/sbin/apxs -e -a -n %%AP_NAME%% %f
|
||||
@unexec %D/sbin/apxs -e -A -n %%AP_NAME%% %f
|
||||
%%PYTHON_SITELIBDIR%%/mod_python/Cookie.py
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_realip.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
|
||||
|
@ -1,5 +1,5 @@
|
||||
%%APACHEETCDIR%%/httpd.conf.mod_roaming
|
||||
%%APACHEMODDIR%%/mod_roaming.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
%%PORTDOCS%%share/doc/mod_roaming/CHANGES
|
||||
%%PORTDOCS%%share/doc/mod_roaming/INSTALL
|
||||
%%PORTDOCS%%share/doc/mod_roaming/LICENSE
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_sed.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
|
||||
|
@ -1,2 +1,2 @@
|
||||
%%APACHEINCLUDEDIR%%/mod_transform.h
|
||||
%%APACHEMODDIR%%/mod_transform.so
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
|
@ -1,4 +1,4 @@
|
||||
%%APACHEMODDIR%%/mod_tsunami.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
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
|
@ -1,3 +1,3 @@
|
||||
%%APACHEMODDIR%%/mod_xmlns.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
|
||||
|
Loading…
Reference in New Issue
Block a user