mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure BUMP Portrevision
This commit is contained in:
parent
42069966a4
commit
6d061c9647
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46900
@ -8,6 +8,7 @@
|
||||
|
||||
PORTNAME= fcron
|
||||
PORTVERSION= 1.1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
||||
http://fcron.free.fr/
|
||||
@ -16,7 +17,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}.src
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_AUTOCONF= yes
|
||||
CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc --with-cflags="${CFLAGS}" \
|
||||
--with-rootname=root --with-rootgroup=wheel \
|
||||
--with-answer-all=yes
|
||||
|
22
sysutils/fcron/files/patch-configure.in
Normal file
22
sysutils/fcron/files/patch-configure.in
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user