mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
net/boinctui: Use DISTVERSION everywhere
Use DISTVERSION everywhere instead of mixing usage of PORTVERSION and DISTVERSION for consistency Approved by: portmgr (blanket)
This commit is contained in:
parent
d846b48908
commit
a021b3d71f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user