diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-07-22 16:41:59 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-07-22 16:41:59 +0000 |
commit | 749f43f02ef8a676c1cc1bda8d28a0dad53d7d20 (patch) | |
tree | 41f0d57a51899fdef41eb68f6c08b1a5e60df4f3 /net | |
parent | Fix permissions of scripts and docs. (diff) |
Upgrade to 20030722.
Missing dependecy on devel/autoconf253
Part of patch by: Andy Gilligan <andy@evo6.org>
Notes
Notes:
svn path=/head/; revision=85393
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-pj/Makefile | 9 | ||||
-rw-r--r-- | net/zebra-pj/distinfo | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index bd8c077a1523..cee1889ae7c3 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -6,7 +6,7 @@ # PORTNAME= zebra-pj -PORTVERSION= 20030716 +PORTVERSION= 20030722 CATEGORIES= net ipv6 MASTER_SITES= http://zebra.dishone.st/snapshots/cvs/ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION} @@ -14,7 +14,8 @@ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION} MAINTAINER= sumikawa@FreeBSD.org COMMENT= Patched Zebra -BUILD_DEPENDS= ${LOCALBASE}/bin/automake:${PORTSDIR}/devel/automake +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoheader:${PORTSDIR}/devel/autoconf253 USE_SUBMAKE= yes GNU_CONFIGURE= yes @@ -27,11 +28,9 @@ ZEBRAVER= 0.94 MAN1= vtysh.1 MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8 -pre-configure:: +pre-configure: @( cd ${WRKSRC}; ${SH} update-autotools ) - .if !defined(BATCH) -pre-configure:: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc post-clean: diff --git a/net/zebra-pj/distinfo b/net/zebra-pj/distinfo index 352aaf009270..cd5af4950a45 100644 --- a/net/zebra-pj/distinfo +++ b/net/zebra-pj/distinfo @@ -1 +1 @@ -MD5 (zebra-pj-0.94-20030716.tar.gz) = af67df68cba30170c100520f8f9b5c56 +MD5 (zebra-pj-0.94-20030722.tar.gz) = fbc63b69421ffaaa3e46768606043e82 |