aboutsummaryrefslogtreecommitdiff
path: root/www/rubygem-passenger
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 20:28:24 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-05-24 20:28:24 +0000
commit5d93c586e3e0bb37033324e149ab1df0bef68df9 (patch)
tree0545b83bafb85104e699bb53814ec5f95e87c383 /www/rubygem-passenger
parent3aa705ab95623756273c6b0866dcc69297730d02 (diff)
Notes
Diffstat (limited to 'www/rubygem-passenger')
-rw-r--r--www/rubygem-passenger/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/rubygem-passenger/Makefile b/www/rubygem-passenger/Makefile
index 3aabd16b9237..8294820dc0b2 100644
--- a/www/rubygem-passenger/Makefile
+++ b/www/rubygem-passenger/Makefile
@@ -14,7 +14,7 @@ PKGNAMEPREFIX= rubygem-
MAINTAINER= jatzen@gmail.com
COMMENT= Modules for running Ruby on Rails and Rack applications
-OPTIONS= APACHEPORT "Use apache22" on \
+OPTIONS= APACHE "Use apache22" on \
NGINXPORT "Use nginx" off
USE_RUBY= yes
@@ -24,12 +24,12 @@ RUBYGEM_AUTOPLIST= yes
.include <bsd.port.options.mk>
-.if defined(WITH_APACHEPORT) && defined(WITH_NGINXPORT)
+.if defined(WITH_APACHE) && defined(WITH_NGINXPORT)
IGNORE= supports only one web-server: apache22 or nginx. \
Please 'make config' again
.endif
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
USE_APACHE= 2.2+
.endif
@@ -68,7 +68,7 @@ post-install:
s!-lpthread!${PTHREAD_LIBS}!g' \
${PREFIX}/${GEM_LIB_DIR}/lib/phusion_passenger/platform_info.rb
-.if !defined(WITHOUT_APACHEPORT)
+.if !defined(WITHOUT_APACHE)
(${PREFIX}/bin/passenger-install-apache2-module --auto)
@${CAT} ${PKGMESSAGE}
.endif