diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 20:10:21 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-08-25 20:10:21 +0000 |
commit | 6d061c9647876fff0c8936519b9c8de1bdfb5290 (patch) | |
tree | 1230214fd37f831d0d4488c25f59d175c6de810d /sysutils/fcron/files/patch-configure.in | |
parent | Christian Weisgerber <naddy@mips.inka.de> submitted this as a port too. (diff) |
Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure
BUMP Portrevision
Diffstat (limited to '')
-rw-r--r-- | sysutils/fcron/files/patch-configure.in | 22 |
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 000000000000..aa6c0362f6e1 --- /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 |