use DISTVERSION correctly
The DISTVERSION should be set to the version componet directly instead of substituting dots for dashes when deriving DISTNAME. Reported by: mat Differential Revision: https://reviews.freebsd.org/D10002
This commit is contained in:
@@ -2,10 +2,10 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= phpLiteAdmin
|
||||
DISTVERSION= 1.9.7.1
|
||||
DISTVERSION= 1-9-7-1
|
||||
CATEGORIES= databases www
|
||||
MASTER_SITES= https://bitbucket.org/phpliteadmin/public/downloads/
|
||||
DISTNAME= ${PORTNAME}_v${DISTVERSION:S/./-/g}
|
||||
DISTNAME= ${PORTNAME}_v${DISTVERSION}
|
||||
|
||||
MAINTAINER= olevole@olevole.ru
|
||||
COMMENT= Web-based database management tool for Sqlite
|
||||
|
||||
Reference in New Issue
Block a user