diff options
author | tron <tron> | 2001-02-05 09:00:54 +0000 |
---|---|---|
committer | tron <tron> | 2001-02-05 09:00:54 +0000 |
commit | 732964d7838ca5e8355397759068795660c65368 (patch) | |
tree | 2c1d493d315c86d062bda624e834a3d6f66707c0 /net/irrd | |
parent | 81b3c0bc7a64ea4999e6fb86448d93a694ed442b (diff) | |
download | pkgsrc-732964d7838ca5e8355397759068795660c65368.tar.gz |
Use full pathname "${LOCALBASE}/bin/auto..." in dependences and make
targets. This includes a fix for PR pkg/12125 by Tomasz Luchowski.
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 e715a3ed2a8..117dc053d6c 100644 --- a/net/irrd/Makefile +++ b/net/irrd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/10/21 22:49:17 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2001/02/05 09:01:01 tron 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+= autoreconf:../../devel/autoconf +BUILD_DEPENDS+= ${LOCALBASE}/bin/autoremake:../../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} && autoreconf) + @(cd ${WRKSRC} && ${LOCALBASE}/bin/autoremake) IRRD_CACHER= irrdcacher ripe2rpsl update_source |