From 09572e98c48a05cb21c89ccd06beea7f62ee912d Mon Sep 17 00:00:00 2001 From: hrs Date: Sun, 18 Nov 2012 18:48:28 +0000 Subject: Fix a typo. Spotted by: ume Pointy hat to: hrs Feature safe: yes --- www/apache22/Makefile | 2 +- www/apache22/files/apache22.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www/apache22/Makefile b/www/apache22/Makefile index a3fef1c25e1d..3b81f852e639 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -2,7 +2,7 @@ PORTNAME= apache22 PORTVERSION= 2.2.23 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www ipv6 MASTER_SITES= ${MASTER_SITE_APACHE_HTTPD} DISTNAME= httpd-${PORTVERSION} diff --git a/www/apache22/files/apache22.in b/www/apache22/files/apache22.in index b2ac27483605..94374fbfd867 100644 --- a/www/apache22/files/apache22.in +++ b/www/apache22/files/apache22.in @@ -179,7 +179,7 @@ apache22_checkfib () { $SYSCTL net.fibs >/dev/null 2>&1 || return 0 - apache22_fib={apache22_fib:-"NONE"} + apache22_fib=${apache22_fib:-"NONE"} if [ "x$apache22_fib" != "xNONE" ] then command="/usr/sbin/setfib -F ${apache22_fib} ${command}" -- cgit