aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authordwcjr <dwcjr@FreeBSD.org>2001-08-26 04:10:21 +0800
committerdwcjr <dwcjr@FreeBSD.org>2001-08-26 04:10:21 +0800
commitffaa7344f36a756b9b84ae7b8814267ce2c7be33 (patch)
tree86e235904cc8aa2b7fbff2fd6f72bb50189a8426 /sysutils
parent347983a3f04ea849cbc1646b7386053c55a1b46d (diff)
downloadfreebsd-ports-gnome-ffaa7344f36a756b9b84ae7b8814267ce2c7be33.tar.gz
freebsd-ports-gnome-ffaa7344f36a756b9b84ae7b8814267ce2c7be33.tar.zst
freebsd-ports-gnome-ffaa7344f36a756b9b84ae7b8814267ce2c7be33.zip
Add patch patch-configure.in to stop checking for ${PREFIX}/etc
during configure BUMP Portrevision
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/fcron/Makefile3
-rw-r--r--sysutils/fcron/files/patch-configure.in22
2 files changed, 24 insertions, 1 deletions
diff --git a/sysutils/fcron/Makefile b/sysutils/fcron/Makefile
index 396e91ee94cf..bf3171be3568 100644
--- a/sysutils/fcron/Makefile
+++ b/sysutils/fcron/Makefile
@@ -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
diff --git a/sysutils/fcron/files/patch-configure.in b/sysutils/fcron/files/patch-configure.in
new file mode 100644
index 000000000000..aa6c0362f6e1
--- /dev/null
+++ b/sysutils/fcron/files/patch-configure.in
@@ -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