View | Details | Raw Unified | Return to bug 58011
Collapse All | Expand All

(-)bsd.port.mk (+15 lines)
Lines 603-608 Link Here
603
# package		- Create a package from an _installed_ port.
603
# package		- Create a package from an _installed_ port.
604
# describe		- Try to generate a one-line description for each port for
604
# describe		- Try to generate a one-line description for each port for
605
#				  use in INDEX files and the like.
605
#				  use in INDEX files and the like.
606
# describe-options - Print a list of options for this port
606
# checkpatch	- Do a "patch -C" instead of a "patch".  Note that it may
607
# checkpatch	- Do a "patch -C" instead of a "patch".  Note that it may
607
#				  give incorrect results if multiple patches deal with
608
#				  give incorrect results if multiple patches deal with
608
#				  the same file.
609
#				  the same file.
Lines 4450-4455 Link Here
4450
	fi
4451
	fi
4451
.else
4452
.else
4452
	@${DO_NADA}
4453
	@${DO_NADA}
4454
.endif
4455
.endif
4456
4457
.if !target(describe-options)
4458
describe-options:
4459
.if defined(OPTIONS)
4460
	@${ECHO} "Port options:"
4461
.for option in ${OPTIONS}
4462
	@${ECHO} ""
4463
	@${ECHO} "Option:       ${option}"
4464
	@${ECHO} "Description:  ${OPTION_${option}}"
4465
.endfor
4466
.else
4467
	@${ECHO} "This port has no option."
4453
.endif
4468
.endif
4454
.endif
4469
.endif

Return to bug 58011