From a021b3d71f0c4b896d51559bc7de2d89cf340248 Mon Sep 17 00:00:00 2001 From: Daniel Engberg Date: Sun, 8 Sep 2024 14:54:03 +0200 Subject: [PATCH] net/boinctui: Use DISTVERSION everywhere Use DISTVERSION everywhere instead of mixing usage of PORTVERSION and DISTVERSION for consistency Approved by: portmgr (blanket) --- net/boinctui/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/boinctui/Makefile b/net/boinctui/Makefile index 7a74ede07ffd..e70eb6701dc1 100644 --- a/net/boinctui/Makefile +++ b/net/boinctui/Makefile @@ -2,7 +2,7 @@ PORTNAME= boinctui DISTVERSION= 2.7.1 CATEGORIES= net MASTER_SITES= SF/${PORTNAME} -DISTNAME= ${PORTNAME}_${PORTVERSION} +DISTNAME= ${PORTNAME}_${DISTVERSION} MAINTAINER= alster@vinterdalen.se COMMENT= Fullscreen text-mode manager for BOINC client @@ -18,7 +18,7 @@ USES= autoreconf gmake localbase ncurses GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-boinc-dir=/var/db/boinc -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} OPTIONS_DEFAULT= GNUTLS OPTIONS_SINGLE= SSL