svn commit: r367559 - head/www/mod_backtrace

Adam Weinberger adamw at FreeBSD.org
Sun Sep 7 15:34:31 UTC 2014


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


More information about the svn-ports-head mailing list