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:
parent
93ad596faf
commit
da057fb3a3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=368623
22
net/coda6_server/files/patch-configure
Normal file
22
net/coda6_server/files/patch-configure
Normal 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user