diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-10 10:09:49 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-04-10 10:09:49 +0000 |
commit | 1aaa37ca28dc59ddc0a1f90ea7d086de878e97f1 (patch) | |
tree | c441a9359b84dd70611c4c72b832ad440cac487f | |
parent | f80edb842e17db77a272d6f46fd96bfcc6ee7b2f (diff) | |
download | ports-1aaa37ca28dc59ddc0a1f90ea7d086de878e97f1.tar.gz ports-1aaa37ca28dc59ddc0a1f90ea7d086de878e97f1.zip |
Notes
-rw-r--r-- | japanese/ebnetd/Makefile | 3 | ||||
-rw-r--r-- | japanese/ndtpd/Makefile | 3 |
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} |