mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
Removed dependecy on automake/autoconf.
I didn't realize congirgure script is provided in recent releases.
This commit is contained in:
parent
58c0e6ee21
commit
8b3f348daa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85398
@ -14,9 +14,6 @@ DISTNAME= ${PORTNAME}-${ZEBRAVER}-${PORTVERSION}
|
||||
MAINTAINER= sumikawa@FreeBSD.org
|
||||
COMMENT= Patched Zebra
|
||||
|
||||
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \
|
||||
autoheader:${PORTSDIR}/devel/autoconf253
|
||||
|
||||
USE_SUBMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS+=--sysconfdir=${PREFIX}/etc/zebra --enable-vtysh
|
||||
@ -28,9 +25,8 @@ ZEBRAVER= 0.94
|
||||
MAN1= vtysh.1
|
||||
MAN8= bgpd.8 ospf6d.8 ospfd.8 ripd.8 ripngd.8 zebra.8
|
||||
|
||||
pre-configure:
|
||||
@( cd ${WRKSRC}; ${SH} update-autotools )
|
||||
.if !defined(BATCH)
|
||||
pre-configure:
|
||||
@${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc
|
||||
|
||||
post-clean:
|
||||
|
Loading…
Reference in New Issue
Block a user