summaryrefslogtreecommitdiffstats
path: root/sysutils/fcron/files
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-08-25 20:10:21 +0000
committerdwcjr <dwcjr@FreeBSD.org>2001-08-25 20:10:21 +0000
commitffaa7344f36a756b9b84ae7b8814267ce2c7be33 (patch)
tree86e235904cc8aa2b7fbff2fd6f72bb50189a8426 /sysutils/fcron/files
parent347983a3f04ea849cbc1646b7386053c55a1b46d (diff)
downloadFreeBSD-ports-ffaa7344f36a756b9b84ae7b8814267ce2c7be33.zip
FreeBSD-ports-ffaa7344f36a756b9b84ae7b8814267ce2c7be33.tar.gz
Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure BUMP Portrevision
Diffstat (limited to 'sysutils/fcron/files')
-rw-r--r--sysutils/fcron/files/patch-configure.in22
1 files changed, 22 insertions, 0 deletions
diff --git a/sysutils/fcron/files/patch-configure.in b/sysutils/fcron/files/patch-configure.in
new file mode 100644
index 0000000..aa6c036
--- /dev/null
+++ b/sysutils/fcron/files/patch-configure.in
@@ -0,0 +1,22 @@
+--- configure.in.orig Sun Jul 8 07:32:17 2001
++++ configure.in Sat Aug 25 14:36:05 2001
+@@ -201,13 +201,13 @@
+ fi
+ ;;
+ *)
+- if test -d "$withval"; then
++# if test -d "$withval"; then
+ etcdir="$withval"
+- AC_MSG_RESULT($withval)
+- else
+- AC_MSG_ERROR([
+-Directory $withval does not exist])
+- fi
++# AC_MSG_RESULT($withval)
++# else
++# AC_MSG_ERROR([
++#Directory $withval does not exist])
++# fi
+ ;;
+ esac ],
+ if test -d "/etc"; then
OpenPOWER on IntegriCloud