Fix DISTNAME
Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
This commit is contained in:
parent
0dd791de0b
commit
30b1107aa2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=346639
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ CATEGORIES= devel
|
|||
MASTER_SITES= GNU \
|
||||
ftp://ftp.cwru.edu/pub/bash/
|
||||
MASTER_SITE_SUBDIR= ${PORTNAME}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:R}
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION:C/^([0-9].[0-9]).*/\1/}
|
||||
|
||||
PATCH_SITES= ${MASTER_SITES}
|
||||
PATCH_SITE_SUBDIR=${PORTNAME}/${PORTNAME}-${PORTVERSION:R}-patches
|
||||
|
|
Loading…
Reference in a new issue