svn commit: r308654 - head/net/zebra
Munechika SUMIKAWA
sumikawa at FreeBSD.org
Tue Dec 11 02:50:41 UTC 2012
Author: sumikawa
Date: Tue Dec 11 02:50:40 2012
New Revision: 308654
URL: http://svnweb.freebsd.org/changeset/ports/308654
Log:
- Fix typo in makefile
- Drop my maintainership actually
PR: ports/174334
Feature safe: yes
Submitted by: John Marino
Modified:
head/net/zebra/Makefile
Modified: head/net/zebra/Makefile
==============================================================================
--- head/net/zebra/Makefile Tue Dec 11 01:29:18 2012 (r308653)
+++ head/net/zebra/Makefile Tue Dec 11 02:50:40 2012 (r308654)
@@ -15,7 +15,7 @@ MASTER_SITES= ftp://ftp.zebra.org/pub/ze
ftp://6bone.informatik.uni-leipzig.de/pub/ftp.zebra.org/pub/zebra/ \
ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/
-MAINTAINER= sumikawa at FreeBSD.org
+MAINTAINER= ports at FreeBSD.org
COMMENT= Free RIPv1, RIPv2, OSPFv2, BGP4 route software (server/reflector)
CONFLICTS= openbgpd-[0-9]* quagga-[0-9]* quagga-re-[0-9]* openospfd-[0-9]*
@@ -119,7 +119,7 @@ CONFIGURE_ARGS+=--disable-ripngd
PLIST_SUB+= RIPNGD="@comment "
.endif
-.if ${PORT_OPTIONS:MVTYSH)
+.if ${PORT_OPTIONS:MVTYSH}
PLIST_SUB+= VTYSH=""
CONFIGURE_ARGS+=--enable-vtysh
.else
More information about the svn-ports-head
mailing list