1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Fix install error for users who comment out USE_XLIB.

While I'm here, bump "Version required:".

Reported by:	Mike Freislich <mikef@korbitec.com>
This commit is contained in:
Sheldon Hearn 1999-08-26 08:29:06 +00:00
parent 2e110c7b58
commit b1c81170db
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20985
6 changed files with 39 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: exim
# Version required: 3.02
# Version required: 3.03
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#

View File

@ -1,5 +1,17 @@
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
@@ -142,9 +142,9 @@
from=../util/
fi
- if [ ! -s ${from}${name} ]; then
+ if [ ! -r ${from}${name} ]; then
echo $com ""
- echo $com "*** `pwd`/${from}${name} does not exist or is empty"
+ echo $com "*** `pwd`/${from}${name} does not exist"
echo $com "*** Have you built Exim successfully?"
echo $com "*** Exim installation ${ver}failed ***"
exit 1
@@ -195,25 +195,40 @@
fi
done

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: exim
# Version required: 3.02
# Version required: 3.03
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#

View File

@ -1,5 +1,17 @@
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
@@ -142,9 +142,9 @@
from=../util/
fi
- if [ ! -s ${from}${name} ]; then
+ if [ ! -r ${from}${name} ]; then
echo $com ""
- echo $com "*** `pwd`/${from}${name} does not exist or is empty"
+ echo $com "*** `pwd`/${from}${name} does not exist"
echo $com "*** Have you built Exim successfully?"
echo $com "*** Exim installation ${ver}failed ***"
exit 1
@@ -195,25 +195,40 @@
fi
done

View File

@ -1,5 +1,5 @@
# New ports collection makefile for: exim
# Version required: 3.02
# Version required: 3.03
# Date created: 23 June 1996
# Whom: markm@FreeBSD.ORG
#

View File

@ -1,5 +1,17 @@
--- scripts/exim_install.orig Mon Aug 2 17:43:03 1999
+++ scripts/exim_install Tue Aug 3 14:31:20 1999
@@ -142,9 +142,9 @@
from=../util/
fi
- if [ ! -s ${from}${name} ]; then
+ if [ ! -r ${from}${name} ]; then
echo $com ""
- echo $com "*** `pwd`/${from}${name} does not exist or is empty"
+ echo $com "*** `pwd`/${from}${name} does not exist"
echo $com "*** Have you built Exim successfully?"
echo $com "*** Exim installation ${ver}failed ***"
exit 1
@@ -195,25 +195,40 @@
fi
done