mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Fix an oversight in pkg-message. Use APACHEMODDIR instead of a
hard-coded path. No PORTREVISION bump necessary as the default package will remain the same. PR: 119438 Submitted by: Terry Sposato <terry@sucked-in.com> Approved by: Philip M. Gollucci (maintainer), garga (mentor)
This commit is contained in:
parent
a4104cdf39
commit
6d335189e8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=205777
@ -20,6 +20,8 @@ COMMENT= Embeds a Perl interpreter in the Apache2 server
|
||||
BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/BSD/Resource.pm:${PORTSDIR}/devel/p5-BSD-Resource
|
||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
SUB_LIST= APACHEMODDIR=${APACHEMODDIR}
|
||||
USE_APACHE= 2.0+
|
||||
PERL_CONFIGURE= 5.8.0+
|
||||
GMAKE= yes
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
Simple config:
|
||||
|
||||
LoadModule perl_module libexec/apache2/mod_perl.so
|
||||
LoadModule perl_module %%APACHEMODDIR%%/mod_perl.so
|
||||
#PerlModule Apache::compat
|
||||
# your config comes here
|
||||
|
Loading…
Reference in New Issue
Block a user