1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

- Fix port build

PR:		ports/181046
Submitted by:	Erick Turnquist <jhujhiti@adjectivism.org>
This commit is contained in:
Andrej Zverev 2013-08-05 05:58:29 +00:00
parent 01bf264964
commit 7e83d2ec39
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=324259

View File

@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mod_perl2>=0:${PORTSDIR}/www/mod_perl2 \
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_APACHE= 22+
USES= perl5
USE_PERL5= configure
.include <bsd.port.pre.mk>
CURUSER?= `whoami`
CURGRP?= `groups | ${AWK} '{print $$1}'`
TESTPORT?= 8228
USES= perl5
USE_PERL5= configure
CONFIGURE_ENV+= APACHE="${HTTPD}" \
TESTUSER="${CURUSER}" \
TESTGRP="${CURGRP}" \