mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue