Lines 257-264
Link Here
|
257 |
.else |
257 |
.else |
258 |
AP_CUR_VERSION= none |
258 |
AP_CUR_VERSION= none |
259 |
. if !defined(APACHE_PORT) |
259 |
. if !defined(APACHE_PORT) |
260 |
#Fallback to smallest version... |
260 |
## If nothing is set, Default to www/apache22 |
|
|
261 |
_plus!= ${ECHO_CMD} "${AP_VERSION}+" | ${GREP} -c "+" 2>/dev/null |
262 |
. if ${_plus} == 2 |
263 |
APACHE_VERSION= 22 |
264 |
. else |
265 |
# Use exactly specified version in Makefile |
261 |
APACHE_VERSION= ${AP_VERSION:C/\+//} |
266 |
APACHE_VERSION= ${AP_VERSION:C/\+//} |
|
|
267 |
. endif |
262 |
. endif |
268 |
. endif |
263 |
.endif |
269 |
.endif |