aboutsummaryrefslogtreecommitdiffstats
path: root/x11/XFree86-4-clients
diff options
context:
space:
mode:
authorjmz <jmz@FreeBSD.org>1996-03-10 00:22:04 +0800
committerjmz <jmz@FreeBSD.org>1996-03-10 00:22:04 +0800
commita2c39f16e36616ae1511fa9997a6b891b28ac9dc (patch)
treede11d04130b5ad797518d3a706ea7baf5e75a294 /x11/XFree86-4-clients
parent4fbc302e7281a71d90e8e8d54343e60734303fa6 (diff)
downloadfreebsd-ports-gnome-a2c39f16e36616ae1511fa9997a6b891b28ac9dc.tar.gz
freebsd-ports-gnome-a2c39f16e36616ae1511fa9997a6b891b28ac9dc.tar.zst
freebsd-ports-gnome-a2c39f16e36616ae1511fa9997a6b891b28ac9dc.zip
The cpwh variable is not always defined and thus caused a syntax error
(if [ != NO ])
Diffstat (limited to 'x11/XFree86-4-clients')
-rw-r--r--x11/XFree86-4-clients/scripts/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/XFree86-4-clients/scripts/configure b/x11/XFree86-4-clients/scripts/configure
index 95896516f99b..6fb40f728fe1 100644
--- a/x11/XFree86-4-clients/scripts/configure
+++ b/x11/XFree86-4-clients/scripts/configure
@@ -221,7 +221,7 @@ else
configure
fi
-if [ $cpwh != NO ]; then
+if [ X$cpwh != XNO ]; then
cp $cpwh $WH
fi