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:
parent
2e110c7b58
commit
b1c81170db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20985
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
#
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user