apache: switch to /usr.
This commit is contained in:
parent
ce4fb4bc44
commit
37ec5e1cbb
1 changed files with 2 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'apache'
|
||||
pkgname=apache
|
||||
version=2.4.2
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=httpd-${version}
|
||||
distfiles="http://www.apache.org/dist/httpd/httpd-${version}.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
|
@ -20,7 +20,6 @@ configure_args="--prefix= --enable-pie --enable-modules=all
|
|||
--enable-dav --enable-info --enable-cgi --enable-cgid --enable-dav-fs
|
||||
--enable-dav-lock --enable-vhost-alias --enable-imagemap --enable-so
|
||||
--enable-rewrite --with-pcre=/usr --enable-layout=XBPS --sysconfdir=/etc/httpd"
|
||||
depends="libdb gdbm expat"
|
||||
makedepends="pkg-config perl>=0 zlib-devel libuuid-devel pcre-devel>=8.30
|
||||
openssl-devel db-devel gdbm-devel expat-devel libldap-devel apr-devel apr-util-devel"
|
||||
short_desc="The Number One HTTP Server On The Internet"
|
||||
|
@ -59,8 +58,6 @@ system_accounts="httpd"
|
|||
httpd_descr="Apache HTTP server"
|
||||
httpd_homedir="/srv/httpd"
|
||||
|
||||
|
||||
|
||||
pre_configure() {
|
||||
# set default user
|
||||
sed -e 's#User daemon#User httpd#' \
|
||||
|
@ -97,7 +94,7 @@ post_install() {
|
|||
|
||||
# systemd and logrotate files.
|
||||
vinstall ${FILESDIR}/apache.logrotate 644 etc/logrotate.d apache
|
||||
vinstall ${FILESDIR}/apache.service 644 lib/systemd/system
|
||||
vinstall ${FILESDIR}/apache.service 644 usr/lib/systemd/system
|
||||
vinstall ${FILESDIR}/apache.tmpfiles 644 usr/lib/tmpfiles.d apache.conf
|
||||
|
||||
rm -rf ${DESTDIR}/etc/httpd/original
|
||||
|
|
Loading…
Reference in a new issue