aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>2000-01-18 00:58:46 +0800
committerjmz <jmz@FreeBSD.org>2000-01-18 00:58:46 +0800
commitcaa5ae2d6d5c47b758c58012b2eea1add41a9d1c (patch)
treede190f3bd7098ea5d83235b22fe581829c79b34d
parent4ae5dfc05e11e70552d0fc64691e23ccf598e4d7 (diff)
downloadfreebsd-ports-gnome-caa5ae2d6d5c47b758c58012b2eea1add41a9d1c.tar.gz
freebsd-ports-gnome-caa5ae2d6d5c47b758c58012b2eea1add41a9d1c.tar.zst
freebsd-ports-gnome-caa5ae2d6d5c47b758c58012b2eea1add41a9d1c.zip
When copying Wraphelp.c use tr -d '\r' instead of cp. Too many people
get it transfered in ASCII mode.
-rw-r--r--x11-servers/XFree86-4-Server-snap/scripts/configure2
-rw-r--r--x11-servers/XFree86-4-Server/scripts/configure2
-rw-r--r--x11/XFree86-4-clients/scripts/configure2
-rw-r--r--x11/XFree86-4-libraries/scripts/configure2
-rw-r--r--x11/XFree86-4/scripts/configure2
-rw-r--r--x11/XFree86/scripts/configure2
6 files changed, 6 insertions, 6 deletions
diff --git a/x11-servers/XFree86-4-Server-snap/scripts/configure b/x11-servers/XFree86-4-Server-snap/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11-servers/XFree86-4-Server-snap/scripts/configure
+++ b/x11-servers/XFree86-4-Server-snap/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def
diff --git a/x11-servers/XFree86-4-Server/scripts/configure b/x11-servers/XFree86-4-Server/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11-servers/XFree86-4-Server/scripts/configure
+++ b/x11-servers/XFree86-4-Server/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11/XFree86-4-clients/scripts/configure
+++ b/x11/XFree86-4-clients/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def
diff --git a/x11/XFree86-4-libraries/scripts/configure b/x11/XFree86-4-libraries/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11/XFree86-4-libraries/scripts/configure
+++ b/x11/XFree86-4-libraries/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def
diff --git a/x11/XFree86-4/scripts/configure b/x11/XFree86-4/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11/XFree86-4/scripts/configure
+++ b/x11/XFree86-4/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def
diff --git a/x11/XFree86/scripts/configure b/x11/XFree86/scripts/configure
index 5dcca08200f0..f5f094c3a59f 100644
--- a/x11/XFree86/scripts/configure
+++ b/x11/XFree86/scripts/configure
@@ -371,7 +371,7 @@ echo
configure
if [ X$cpwh != XNO ]; then
- cp $cpwh $WH
+ tr -d '\r' < $cpwh > $WH
fi
cat $F >> $WRKDIR/xc/config/cf/xf86site.def