Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 15:34:31 +0000 (UTC)
From:      Adam Weinberger <adamw@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367559 - head/www/mod_backtrace
Message-ID:  <201409071534.s87FYVbd046730@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adamw
Date: Sun Sep  7 15:34:30 2014
New Revision: 367559
URL: http://svnweb.freebsd.org/changeset/ports/367559
QAT: https://qat.redports.org/buildarchive/r367559/

Log:
  Correct a silly-looking typo.
  
  Noticed by:	vanilla

Modified:
  head/www/mod_backtrace/Makefile

Modified: head/www/mod_backtrace/Makefile
==============================================================================
--- head/www/mod_backtrace/Makefile	Sun Sep  7 15:28:20 2014	(r367558)
+++ head/www/mod_backtrace/Makefile	Sun Sep  7 15:34:30 2014	(r367559)
@@ -18,7 +18,7 @@ LICENSE=	APACHE20
 
 LIB_DEPENDS=	libexecinfo.so:${PORTSDIR}/devel/libexecinfo
 
-MANUAL_PACKAGE_BUILD=	requires apache WITH_EXCEPTION_HOOK=yees
+MANUAL_PACKAGE_BUILD=	requires apache WITH_EXCEPTION_HOOK=yes
 
 USE_APACHE=	22+
 AP_FAST_BUILD=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409071534.s87FYVbd046730>