From ff6b9a9d9cb97ef605ae06c31174315cef460d11 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 10 Apr 2002 10:09:49 +0000 Subject: 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 --- japanese/ndtpd/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'japanese/ndtpd') diff --git a/japanese/ndtpd/Makefile b/japanese/ndtpd/Makefile index bc72a95..5e6d9b8 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} -- cgit v1.1