aboutsummaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorErwin Lansing <erwin@FreeBSD.org>2011-02-07 13:48:49 +0000
committerErwin Lansing <erwin@FreeBSD.org>2011-02-07 13:48:49 +0000
commit90bc5bb60a0fd572e9b4de6e3a5809552ddb10f1 (patch)
tree13c39384ede8e7d14621c62f32c6578ddec45a2e /Mk
parentd0d5d583d529841396d2f54f777d982749aa741c (diff)
downloadports-90bc5bb60a0fd572e9b4de6e3a5809552ddb10f1.tar.gz
ports-90bc5bb60a0fd572e9b4de6e3a5809552ddb10f1.zip
Use --title instead of -hline as the latter is no longer supported
in the latest imported dialog. PR: 154121 Submitted by: Anonymous <swell.k@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=268753
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.licenses.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Mk/bsd.licenses.mk b/Mk/bsd.licenses.mk
index 1bd7e60d2b8d..7c7a7f48d917 100644
--- a/Mk/bsd.licenses.mk
+++ b/Mk/bsd.licenses.mk
@@ -609,7 +609,7 @@ ${_LICENSE_COOKIE}:
. for lic in ${_LICENSE_TO_ASK}
@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
. endfor
- @menu_cmd="${DIALOG} --hline \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \
+ @menu_cmd="${DIALOG} --title \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \
tmpfile=$$(mktemp -t portlicenses); \
for lic in ${_LICENSE_TO_ASK}; do \
menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\" USE_$${lic} \"Accept the license $${lic}\""; \
@@ -634,7 +634,7 @@ ${_LICENSE_COOKIE}:
. for lic in ${_LICENSE_TO_ASK}
@${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA}
. endfor
- @menu_cmd="${DIALOG} --hline \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \
+ @menu_cmd="${DIALOG} --title \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \
tmpfile=$$(mktemp -t portlicenses); \
for lic in ${_LICENSE_TO_ASK}; do \
menu_cmd="$${menu_cmd} VIEW_$${lic} \"View the license $${lic}\""; \