svn commit: r502599 - head/net/zebra

Tobias Kortkamp tobik at FreeBSD.org
Sat May 25 16:49:46 UTC 2019


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
 


More information about the svn-ports-all mailing list