1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

Fix build when pkg does not extract mtree

This commit is contained in:
Antoine Brodin 2014-09-20 06:41:30 +00:00
parent 93ad596faf
commit da057fb3a3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368623

View File

@ -0,0 +1,22 @@
--- configure.orig 2008-12-19 22:04:04 UTC
+++ configure
@@ -20699,18 +20699,12 @@
initdir='${prefix}'/${initdir}/rc.d/init.d
initstyle=sysv
-elif test -d ${prefix}/${initdir}/rc.d ; then
+else
# probably FreeBSD or NetBSD's BSD-style init-scripts.
{ echo "$as_me:$LINENO: result: BSD style" >&5
echo "${ECHO_T}BSD style" >&6; }
initdir='${prefix}'/${initdir}/rc.d
initstyle=bsd
-
-else
- { echo "$as_me:$LINENO: result: unknown, installing BSD scripts in ${initdir}" >&5
-echo "${ECHO_T}unknown, installing BSD scripts in ${initdir}" >&6; }
- initdir='${prefix}'/${initdir}
- initstyle=bsd
fi