ports/sysutils/fcron/files/patch-configure
Jean-Yves Lefort e6ee415d32 - Update to 3.0.0
- Pass maintainership to submitter

PR:		ports/85817
Submitted by:	Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
2005-10-04 17:54:23 +00:00

20 lines
482 B
Text

--- configure.orig Tue Oct 4 18:39:16 2005
+++ configure Tue Oct 4 18:42:04 2005
@@ -11767,17 +11767,9 @@
fi
;;
*)
- if test -d "$withval"; then
etcdir="$withval"
echo "$as_me:$LINENO: result: $withval" >&5
echo "${ECHO_T}$withval" >&6
- else
- { { echo "$as_me:$LINENO: error:
-Directory $withval does not exist" >&5
-echo "$as_me: error:
-Directory $withval does not exist" >&2;}
- { (exit 1); exit 1; }; }
- fi
;;
esac
else