diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-02 19:36:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-02 19:36:55 +0000 |
commit | fe509928802dadcdbf52b36a86a8b88ce9714a73 (patch) | |
tree | b869ab1126602d58c971ae10aa1cebd75b4e4ef1 /net/zebra | |
parent | 29fdb06c35da619f8cae3b2be0fbc997e2d005a8 (diff) | |
download | pkgsrc-fe509928802dadcdbf52b36a86a8b88ce9714a73.tar.gz |
Use automake.mk.
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index 67321f07df0..9d7060639c5 100644 --- a/net/zebra/Makefile +++ b/net/zebra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2002/09/13 08:41:49 itojun Exp $ +# $NetBSD: Makefile,v 1.55 2002/10/02 19:36:55 wiz Exp $ # Based on KAME Id: Makefile,v 1.1.2.1.2.1.10.2 1999/01/05 11:03:50 itojun Exp # @@ -11,10 +11,9 @@ MAINTAINER= itojun@itojun.org HOMEPAGE= http://www.zebra.org/ COMMENT= Free multithreaded routing daemon software -BUILD_DEPENDS+= automake>=1.4:../../devel/automake - .include "../../mk/bsd.prefs.mk" +AUTOMAKE_REQD= 1.4 USE_BUILDLINK2= # defined GNU_CONFIGURE= # defined PKG_SYSCONFSUBDIR?= zebra @@ -49,8 +48,8 @@ PLIST_SRC+= ${PKGDIR}/PLIST LIBS+= ${LDFLAGS} pre-configure: - cd ${WRKSRC} && ${LOCALBASE}/bin/autoreconf --force -# cd ${WRKSRC} && ${LOCALBASE}/bin/automake + cd ${WRKSRC} && ${AUTORECONF} --force +# cd ${WRKSRC} && ${AUTOMAKE} #post-build: # cd ${WRKSRC}/doc ; \ @@ -60,5 +59,6 @@ pre-configure: post-install: @${CHMOD} a+r ${PREFIX}/share/examples/zebra/* +.include "../../mk/automake.mk" .include "../../mk/texinfo.mk" .include "../../mk/bsd.pkg.mk" |