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/zebra/Makefile | |
parent | 4098571c142a5138bd2050f5de264cb566152287 (diff) | |
download | pkgsrc-46a9e2c3deff78a7fc2cd8231e64cfb4668e94b6.tar.gz |
Make that "autoreconf" -- there is no "autoremake".
Diffstat (limited to 'net/zebra/Makefile')
-rw-r--r-- | net/zebra/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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: |