mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
- Pass maintainership to submitter PR: ports/85817 Submitted by: Brad Huntting <huntting@hunkular.glarp.com> (new maintainer)
20 lines
482 B
Text
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
|