mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
- fix issue in case no module is specified
Noted by: Adam McDougall
This commit is contained in:
parent
ac43985540
commit
6637fa56fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=304590
@ -423,6 +423,7 @@ print-closest-mirrors:
|
||||
|
||||
.if !target(show-modules)
|
||||
show-modules:
|
||||
.if !empty(APACHE_MODULES)
|
||||
.for module in ${AVAILABLE_MODULES}
|
||||
@${PRINTF} "%-20s : " ${module}
|
||||
. if ${APACHE_MODULES:M${module}}
|
||||
@ -436,6 +437,11 @@ show-modules:
|
||||
@${ECHO_CMD} disabled
|
||||
. endif
|
||||
.endfor
|
||||
.else
|
||||
.for module in ${AVAILABLE_MODULES}
|
||||
@${PRINTF} "%-20s : disabled\n" ${module}
|
||||
.endfor
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.elif defined(AP_PORT_IS_MODULE)
|
||||
|
Loading…
Reference in New Issue
Block a user