diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2002-05-23 13:00:10 +0000 |
commit | 59a2941c52f858bf0e62a1cce3a65aa518b98339 (patch) | |
tree | 7b5a6ea9081275db4257e7383627f709cadbcad4 | |
parent | Generate packing list. (diff) |
Remove some unused code.
Notes
Notes:
svn path=/head/; revision=59795
-rw-r--r-- | french/linux-netscape6/scripts/configure | 8 | ||||
-rw-r--r-- | french/netscape7/scripts/configure | 8 | ||||
-rw-r--r-- | german/linux-netscape6/scripts/configure | 8 | ||||
-rw-r--r-- | german/netscape7/scripts/configure | 8 | ||||
-rw-r--r-- | japanese/linux-netscape6/scripts/configure | 10 | ||||
-rw-r--r-- | japanese/netscape7/scripts/configure | 10 | ||||
-rw-r--r-- | portuguese/netscape7/scripts/configure | 8 | ||||
-rw-r--r-- | www/linux-netscape6/scripts/configure | 8 | ||||
-rw-r--r-- | www/netscape7/scripts/configure | 8 |
9 files changed, 11 insertions, 65 deletions
diff --git a/french/linux-netscape6/scripts/configure b/french/linux-netscape6/scripts/configure index 12c68b9b1006..3fe028707716 100644 --- a/french/linux-netscape6/scripts/configure +++ b/french/linux-netscape6/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 Sélection composants" --clear \ --checklist "\n\ diff --git a/french/netscape7/scripts/configure b/french/netscape7/scripts/configure index 12c68b9b1006..3fe028707716 100644 --- a/french/netscape7/scripts/configure +++ b/french/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 Sélection composants" --clear \ --checklist "\n\ diff --git a/german/linux-netscape6/scripts/configure b/german/linux-netscape6/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/linux-netscape6/scripts/configure +++ b/german/linux-netscape6/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/german/netscape7/scripts/configure b/german/netscape7/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/german/netscape7/scripts/configure +++ b/german/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/japanese/linux-netscape6/scripts/configure b/japanese/linux-netscape6/scripts/configure index 32d3ab8af133..fcd214acaf02 100644 --- a/japanese/linux-netscape6/scripts/configure +++ b/japanese/linux-netscape6/scripts/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/japanese/linux-netscape6/scripts/Attic/configure,v 1.1 2002-03-04 11:27:29 trevor Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/linux-netscape6/scripts/Attic/configure,v 1.2 2002-05-23 13:00:10 trevor Exp $ echo ${WRKSRC}/components.conf if [ -f ${WRKSRC}/components.conf ]; then @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/japanese/netscape7/scripts/configure b/japanese/netscape7/scripts/configure index 36bf0ce28344..6d9024f31de5 100644 --- a/japanese/netscape7/scripts/configure +++ b/japanese/netscape7/scripts/configure @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/japanese/netscape7/scripts/Attic/configure,v 1.1 2002-03-04 11:27:29 trevor Exp $ +# $FreeBSD: /tmp/pcvs/ports/japanese/netscape7/scripts/Attic/configure,v 1.2 2002-05-23 13:00:10 trevor Exp $ echo ${WRKSRC}/components.conf if [ -f ${WRKSRC}/components.conf ]; then @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/portuguese/netscape7/scripts/configure b/portuguese/netscape7/scripts/configure index 600b2dca2df8..d99b5c1783a2 100644 --- a/portuguese/netscape7/scripts/configure +++ b/portuguese/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/www/linux-netscape6/scripts/configure b/www/linux-netscape6/scripts/configure index 3803a3246223..60720828763c 100644 --- a/www/linux-netscape6/scripts/configure +++ b/www/linux-netscape6/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ diff --git a/www/netscape7/scripts/configure b/www/netscape7/scripts/configure index 3803a3246223..60720828763c 100644 --- a/www/netscape7/scripts/configure +++ b/www/netscape7/scripts/configure @@ -9,13 +9,7 @@ fi tempfile=`/usr/bin/mktemp -t checklist` -if [ "${BATCH}" ]; then - if [ "${NETSCAPE6_OPTIONS}" ]; then - set ${NETSCAPE6_OPTIONS} - else - set \"zlib\" \"MySQL\" - fi -else +if [ -z "${BATCH}" ]; then /usr/bin/dialog --title "Netscape 6 component selection" --clear \ --checklist "\n\ |