diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-07-23 06:23:07 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-07-23 06:23:07 +0800 |
commit | 409f37635c1bcf888f0a486ab45421444baf5751 (patch) | |
tree | ca3954a45a4daf7dcdbcc54d74f9804956519325 /net | |
parent | 13bb92245a4a3132de773f717d4af8260b5ff082 (diff) | |
download | freebsd-ports-gnome-409f37635c1bcf888f0a486ab45421444baf5751.tar.gz freebsd-ports-gnome-409f37635c1bcf888f0a486ab45421444baf5751.tar.zst freebsd-ports-gnome-409f37635c1bcf888f0a486ab45421444baf5751.zip |
Removed dependecy on automake/autoconf.
I didn't realize congirgure script is provided in recent releases.
Diffstat (limited to 'net')
-rw-r--r-- | net/zebra-pj/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net/zebra-pj/Makefile b/net/zebra-pj/Makefile index cee1889ae7c3..3d8f3ac2b9a0 100644 --- a/net/zebra-pj/Makefile +++ b/net/zebra-pj/Makefile @@ -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: |