Date: Sat, 25 May 2019 16:49:45 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r502599 - head/net/zebra Message-ID: <201905251649.x4PGnj6j053210@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat May 25 16:49:45 2019 New Revision: 502599 URL: https://svnweb.freebsd.org/changeset/ports/502599 Log: net/zebra: Spell CPE_VENDOR correctly Modified: head/net/zebra/Makefile Modified: head/net/zebra/Makefile ============================================================================== --- head/net/zebra/Makefile Sat May 25 16:48:56 2019 (r502598) +++ head/net/zebra/Makefile Sat May 25 16:49:45 2019 (r502599) @@ -3,7 +3,7 @@ PORTNAME= zebra PORTVERSION= 0.95a -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pop-pr.rnp.br/pub/GNU/ftp.zebra.org/zebra/ \ ftp://ftp.ripe.net/mirrors/sites/ftp.zebra.org/pub/zebra/ \ @@ -28,7 +28,7 @@ USE_SUBMAKE= yes GNU_CONFIGURE= yes USES= cpe readline CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc/zebra -CPU_VENDOR= gnu +CPE_VENDOR= gnu PORTSCOUT= ignore:1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905251649.x4PGnj6j053210>