aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2019-08-11 19:27:31 +0800
committersunpoet <sunpoet@FreeBSD.org>2019-08-11 19:27:31 +0800
commit90df05b7984c0be5323e18fdd768cbfef3f31e3f (patch)
treee01103baa7c8b57d2c86d92d4fee762b56665b9d
parenta6d2fa2d503b617c2596c392c6c437672eb91275 (diff)
downloadfreebsd-ports-gnome-90df05b7984c0be5323e18fdd768cbfef3f31e3f.tar.gz
freebsd-ports-gnome-90df05b7984c0be5323e18fdd768cbfef3f31e3f.tar.zst
freebsd-ports-gnome-90df05b7984c0be5323e18fdd768cbfef3f31e3f.zip
Use DISTVERSIONPREFIX instead of DISTNAME
-rw-r--r--devel/protobuf/Makefile2
1 files changed, 1 insertions, 1 deletions
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