diff options
author | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2001-02-06 03:16:56 +0000 |
commit | 46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6 (patch) | |
tree | fc373d0dc8bbedf2209b780336196ea2dcb03607 /net | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'net')
-rw-r--r-- | net/gnut/Makefile | 6 | ||||
-rw-r--r-- | net/irrd/Makefile | 6 | ||||
-rw-r--r-- | net/jwhois/Makefile | 6 | ||||
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/trafshow/Makefile | 6 | ||||
-rw-r--r-- | net/ucd-snmp/Makefile | 6 | ||||
-rw-r--r-- | net/zebra/Makefile | 6 |
7 files changed, 20 insertions, 20 deletions
diff --git a/net/gnut/Makefile b/net/gnut/Makefile index b65c7ea1fd6..e448ab1fcc4 100644 --- a/net/gnut/Makefile +++ b/net/gnut/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/06 03:16:59 fredb Exp $ # DISTNAME= gnut-0.4.12 @@ -8,7 +8,7 @@ MASTER_SITES= http://www.mrob.com/gnut/tars/ MAINTAINER= deberg@netbsd.org HOMEPAGE= http://www.mrob.com/gnut/ -#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +#BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf #BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake #DEPENDS+= pth>=1.3.6:../../devel/pth @@ -30,7 +30,7 @@ LDFLAGS= -Wl,-R${LOCALBASE}/pthreads/lib -L${LOCALBASE}/pthreads/lib .endif #post-patch: -# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoremake +# cd ${WRKSRC} && ${CP} aclocal.m4 acinclude.m4 && ${LOCALBASE}/bin/autoreconf GNUTDOCS= TUTORIAL \ gnut-1.html \ diff --git a/net/irrd/Makefile b/net/irrd/Makefile index 117dc053d6c..2dc9c263462 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.12 2001/02/06 03:16:59 fredb Exp $ # DISTNAME= irrd2.0a-Aug22-2000 @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.merit.edu/radb/irrd/source/ \ MAINTAINER= kim@tac.nyc.ny.us HOMEPAGE= http://www.irrd.net/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= bison:../../devel/bison DEPENDS+= gdbm-*:../../databases/gdbm DEPENDS+= pgp5-*:../../security/pgp5 @@ -30,7 +30,7 @@ CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -g pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake) + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf IRRD_CACHER= irrdcacher ripe2rpsl update_source diff --git a/net/jwhois/Makefile b/net/jwhois/Makefile index 152cd4900e9..bda97fc558a 100644 --- a/net/jwhois/Makefile +++ b/net/jwhois/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.6 2001/02/06 03:16:59 fredb Exp $ # DISTNAME= jwhois-2.4.1 @@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=jwhois/} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.gnu.org/software/jwhois/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= ${LOCALBASE}/share/autoconf/gettext.m4:../../devel/gettext GNU_CONFIGURE= # defined @@ -20,7 +20,7 @@ CONFIGURE_ARGS+= --with-cache INFO_FILES= jwhois.info pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-install: ${INSTALL_DATA} ${WRKSRC}/example/jwhois.conf ${PREFIX}/share/examples diff --git a/net/samba/Makefile b/net/samba/Makefile index e8e6d8d205f..43e8aff4ab3 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2001/02/05 09:01:01 tron Exp $ +# $NetBSD: Makefile,v 1.43 2001/02/06 03:16:59 fredb Exp $ DISTNAME= samba-2.0.7-ja-1.3 PKGNAME= samba-2.0.7.1.3 @@ -9,7 +9,7 @@ MASTER_SITES= ftp://ftp.samba.gr.jp/pub/samba-jp/samba-2.0.7-ja/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.samba.org/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEPENDS+= msgfmt:../../devel/gettext .if !exists(/usr/include/readline.h) diff --git a/net/trafshow/Makefile b/net/trafshow/Makefile index 816e321e276..1af053673cd 100644 --- a/net/trafshow/Makefile +++ b/net/trafshow/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/06 03:16:59 fredb Exp $ # $FreeBSD: ports/net/trafshow/Makefile,v 1.14 2000/06/28 12:53:15 alex Exp $ # @@ -10,13 +10,13 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://soft.risp.ru/trafshow/index.shtml -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf GNU_CONFIGURE= yes ALL_TARGET= trafshow pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf do-install: ${INSTALL_PROGRAM} ${WRKSRC}/trafshow ${PREFIX}/bin diff --git a/net/ucd-snmp/Makefile b/net/ucd-snmp/Makefile index ab6dae46b25..d86242e891a 100644 --- a/net/ucd-snmp/Makefile +++ b/net/ucd-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.29 2001/02/06 03:16:59 fredb Exp $ # FreeBSD Id: Makefile,v 1.18 1998/04/06 20:50:31 andreas Exp # @@ -16,7 +16,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://net-snmp.sourceforge.net/ -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf BUILD_DEFS+= USE_INET6 @@ -50,7 +50,7 @@ post-extract: @${ECHO} 'int allow_severity, deny_severity;' >${WRKSRC}/snmplib/libwrap.c pre-configure: - @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake) + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf post-build: ${SED} 's,@PREFIX@,${PREFIX},g' < ${FILESDIR}/snmpd.sh > ${WRKDIR}/snmpd diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 6c44f9515ac..7a284fbd70e 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2001/02/05 09:01:02 tron Exp $ +# $NetBSD: Makefile,v 1.33 2001/02/06 03:17:00 fredb Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -12,7 +12,7 @@ MAINTAINER= itojun@itojun.org HOMEPAGE= http://www.zebra.org/ BUILD_DEPENDS+= ${LOCALBASE}/bin/automake:../../devel/automake -BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoreconf:../../devel/autoconf .include "../../mk/bsd.prefs.mk" @@ -51,7 +51,7 @@ post-patch: ${ECHO} '@dirrm share/examples/zebra' >>${PLIST_SRC} pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake + cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf # cd ${WRKSRC} && ${LOCALBASE}/bin/automake #post-build: |