svn commit: r324259 - head/www/p5-Apache-AuthCookie
Andrej Zverev
az at FreeBSD.org
Mon Aug 5 05:58:30 UTC 2013
Author: az
Date: Mon Aug 5 05:58:29 2013
New Revision: 324259
URL: http://svnweb.freebsd.org/changeset/ports/324259
Log:
- Fix port build
PR: ports/181046
Submitted by: Erick Turnquist <jhujhiti at adjectivism.org>
Modified:
head/www/p5-Apache-AuthCookie/Makefile
Modified: head/www/p5-Apache-AuthCookie/Makefile
==============================================================================
--- head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 03:29:25 2013 (r324258)
+++ head/www/p5-Apache-AuthCookie/Makefile Mon Aug 5 05:58:29 2013 (r324259)
@@ -16,14 +16,14 @@ BUILD_DEPENDS= ${APACHE_PKGNAMEPREFIX}mo
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}" \
More information about the svn-ports-all
mailing list