mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
- Fix pkg-plist
o mod_log_config and mod_log_config-st conflict in and of themselves o also, without anchors, they break the SED magic in Mk/bsd.apache.mk rather then affect all ports, drop AP_GENPLIST and tweak it accordinly Reported by: erwin via pointyhat
This commit is contained in:
parent
4eabb01639
commit
b981137cad
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=261252
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= mod_log_config-st
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= www
|
||||
# Original location: http://bitbrook.de/software/mod_log_mysql/mod_log_config.c
|
||||
MASTER_SITES= http://sheepkiller.nerim.net/ports/${PORTNAME}/
|
||||
@ -15,11 +16,10 @@ DIST_SUBDIR= apache2
|
||||
MAINTAINER= apache@FreeBSD.org
|
||||
COMMENT= A modified version of mod_log_config for apache2
|
||||
|
||||
MAKE_JOBS_SAFE= yes
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
USE_APACHE= 20+
|
||||
AP_FAST_BUILD= YES
|
||||
AP_GENPLIST= YES
|
||||
SRC_FILE= mod_log_config.c
|
||||
SHORTMODNAME= log_config
|
||||
MODULENAME= mod_log_config-st
|
||||
|
2
www/mod_log_config-st/pkg-plist
Normal file
2
www/mod_log_config-st/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%APACHEMODDIR%%/%%AP_MODULE%%
|
||||
@unexec /usr/bin/sed -i '' '/%%AP_NAME%%-st.so/d' %D/%%APACHEETCDIR%%/httpd.conf
|
Loading…
Reference in New Issue
Block a user