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