aboutsummaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authoryoichi <yoichi@FreeBSD.org>2002-04-10 18:09:49 +0800
committeryoichi <yoichi@FreeBSD.org>2002-04-10 18:09:49 +0800
commitff6b9a9d9cb97ef605ae06c31174315cef460d11 (patch)
treeb82399d7147332624c33306f7eb4357b36d1032b /japanese
parente49b6c9a79ef6094459f7354826874369113b9a0 (diff)
downloadfreebsd-ports-gnome-ff6b9a9d9cb97ef605ae06c31174315cef460d11.tar.gz
freebsd-ports-gnome-ff6b9a9d9cb97ef605ae06c31174315cef460d11.tar.zst
freebsd-ports-gnome-ff6b9a9d9cb97ef605ae06c31174315cef460d11.zip
Don't run autoconf. It has configure script and the use of autoconf
2.53 cause breakage of it. PR: ports/36864 Submitted by: maintainer
Diffstat (limited to 'japanese')
-rw-r--r--japanese/ebnetd/Makefile3
-rw-r--r--japanese/ndtpd/Makefile3
2 files changed, 0 insertions, 6 deletions
diff --git a/japanese/ebnetd/Makefile b/japanese/ebnetd/Makefile
index bc72a95723cb..5e6d9b8dc4ad 100644
--- a/japanese/ebnetd/Makefile
+++ b/japanese/ebnetd/Makefile
@@ -16,7 +16,6 @@ PATCHFILES= ${DISTNAME}+.diff
MAINTAINER= takamune@avrl.mei.co.jp
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
@@ -30,8 +29,6 @@ LOGDIR= /var/log
RUNDIR= /var/run
STARTUP_SCRIPT= ${PORTNAME}.sh.sample
-pre-configure:
- cd ${WRKSRC}; autoconf
post-build:
${SED} "s,@prefix@,${PREFIX},; s,@rundir@,${RUNDIR},"\
${FILESDIR}/${STARTUP_SCRIPT} > ${WRKDIR}/${STARTUP_SCRIPT}
diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile
index bc72a95723cb..5e6d9b8dc4ad 100644
--- a/japanese/ndtpd/Makefile
+++ b/japanese/ndtpd/Makefile
@@ -16,7 +16,6 @@ PATCHFILES= ${DISTNAME}+.diff
MAINTAINER= takamune@avrl.mei.co.jp
LIB_DEPENDS= eb.6:${PORTSDIR}/japanese/eb
-BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${RUNDIR} --with-logdir=${LOGDIR}
@@ -30,8 +29,6 @@ LOGDIR= /var/log
RUNDIR= /var/run
STARTUP_SCRIPT= ${PORTNAME}.sh.sample
-pre-configure:
- cd ${WRKSRC}; autoconf
post-build:
${SED} "s,@prefix@,${PREFIX},; s,@rundir@,${RUNDIR},"\
${FILESDIR}/${STARTUP_SCRIPT} > ${WRKDIR}/${STARTUP_SCRIPT}