Skip to content

Commit

Permalink
apache2: fix incomplete variable swap
Browse files Browse the repository at this point in the history
  • Loading branch information
Schamschula committed Oct 19, 2017
1 parent df6be8b commit 62b65b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/apache2/Portfile
Expand Up @@ -5,7 +5,7 @@ PortGroup apache2 1.0

name apache2
version 2.4.28
revision 1
revision 2
categories www
maintainers {ryandesign @ryandesign} mathiesen.info:macintosh pixilla openmaintainer
license Apache-2
Expand Down Expand Up @@ -133,7 +133,7 @@ pre-activate {

post-activate {
if {![file exists ${apache2.sysconfdir}/httpd.conf]} {
file copy ${apache2.sysconfdir}/httpd.conf.orig ${confDir}/httpd.conf
file copy ${apache2.sysconfdir}/httpd.conf.orig ${apache2.sysconfdir}/httpd.conf
reinplace "s|#LoadModule slotmem_shm_module|LoadModule slotmem_shm_module|g" \
${apache2.sysconfdir}/httpd.conf
}
Expand Down

0 comments on commit 62b65b6

Please sign in to comment.