svn commit: r312505 - head/ports-mgmt/tinderbox-devel
Bernhard Froehlich
decke at FreeBSD.org
Mon Feb 18 12:52:13 UTC 2013
Author: decke
Date: Mon Feb 18 12:52:12 2013
New Revision: 312505
URL: http://svnweb.freebsd.org/changeset/ports/312505
Log:
- Fix typos in nginx support
Modified:
head/ports-mgmt/tinderbox-devel/Makefile
Modified: head/ports-mgmt/tinderbox-devel/Makefile
==============================================================================
--- head/ports-mgmt/tinderbox-devel/Makefile Mon Feb 18 12:39:49 2013 (r312504)
+++ head/ports-mgmt/tinderbox-devel/Makefile Mon Feb 18 12:52:12 2013 (r312505)
@@ -49,7 +49,7 @@ MAN1= tc-configCcache.1 tc-configDistfi
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD} || ${PORT_OPTIONS:NGINX}
+.if ${PORT_OPTIONS:MAPACHE} || ${PORT_OPTIONS:MHIAWATHA} || ${PORT_OPTIONS:MLIGHTTPD} || ${PORT_OPTIONS:MNGINX}
WEBUI= yes
.endif
@@ -90,7 +90,7 @@ USE_APACHE_RUN= 22+
RUN_DEPENDS+= lighttpd:${PORTSDIR}/www/lighttpd
.elif ${PORT_OPTIONS:MHIAWATHA}
RUN_DEPENDS+= hiawatha:${PORTSDIR}/www/hiawatha
-.elif ${PORT_OPTIONS:NGINX}
+.elif ${PORT_OPTIONS:MNGINX}
RUN_DEPENDS+= nginx:${PORTSDIR}/www/nginx
.endif
More information about the svn-ports-all
mailing list