diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-23 21:00:10 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-23 21:00:10 +0800 |
commit | 87277523520815cc9d473841d0217bf15cc75531 (patch) | |
tree | 6622dc4c2b11a6f1073d0f3337a5397a74389c5c | |
parent | 43aa039f58a7220ed68b06bd6bebaf12e554694b (diff) | |
download | freebsd-ports-gnome-87277523520815cc9d473841d0217bf15cc75531.tar.gz freebsd-ports-gnome-87277523520815cc9d473841d0217bf15cc75531.tar.zst freebsd-ports-gnome-87277523520815cc9d473841d0217bf15cc75531.zip |
Remove some unused code.
-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\ |