From aa96611c46273e63672a8890d0c7c701d1fe74b4 Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 11 Aug 2019 11:27:31 +0000 Subject: [PATCH] Use DISTVERSIONPREFIX instead of DISTNAME --- devel/protobuf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/protobuf/Makefile b/devel/protobuf/Makefile index 7b79fa82dec4..9c9fb238f50f 100644 --- a/devel/protobuf/Makefile +++ b/devel/protobuf/Makefile @@ -3,10 +3,10 @@ PORTNAME= protobuf PORTVERSION= 3.9.1 +DISTVERSIONPREFIX= all- PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= https://github.com/protocolbuffers/protobuf/releases/download/v${PORTVERSION}/ -DISTNAME= ${PORTNAME}-all-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Data interchange format library