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

(-)Mk/bsd.licenses.mk (-2 / +2 lines)
Lines 609-615 ${_LICENSE_COOKIE}: Link Here
609
.			for lic in ${_LICENSE_TO_ASK}
609
.			for lic in ${_LICENSE_TO_ASK}
610
	@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
610
	@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
611
.			endfor
611
.			endfor
612
	@menu_cmd="${DIALOG} --hline \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \
612
	@menu_cmd="${DIALOG} --title \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \
613
	tmpfile=$$(mktemp -t portlicenses); \
613
	tmpfile=$$(mktemp -t portlicenses); \
614
	for lic in ${_LICENSE_TO_ASK}; do \
614
	for lic in ${_LICENSE_TO_ASK}; do \
615
		menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\" USE_$${lic} \"Accept the license $${lic}\""; \
615
		menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\" USE_$${lic} \"Accept the license $${lic}\""; \
Lines 634-640 ${_LICENSE_COOKIE}: Link Here
634
.			for lic in ${_LICENSE_TO_ASK}
634
.			for lic in ${_LICENSE_TO_ASK}
635
	@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
635
	@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
636
.			endfor
636
.			endfor
637
	@menu_cmd="${DIALOG} --hline \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \
637
	@menu_cmd="${DIALOG} --title \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \
638
	tmpfile=$$(mktemp -t portlicenses); \
638
	tmpfile=$$(mktemp -t portlicenses); \
639
	for lic in ${_LICENSE_TO_ASK}; do \
639
	for lic in ${_LICENSE_TO_ASK}; do \
640
		menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\""; \
640
		menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\""; \

Return to bug 154121