mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Patch from sahil:
We don't need to set PORTREVISION to 0 since that is the default, and ... Fix MASTER_SITES:n usage so that the ":n" postfix is added to *all* elements of MASTER_SITE_LOCAL, not just the final one.
This commit is contained in:
parent
fb729e8290
commit
de31d97d73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=263566
@ -14,9 +14,8 @@
|
||||
|
||||
PORTNAME= gnat
|
||||
PORTVERSION= 2010
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}:boot
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL:S/$/:boot/}
|
||||
MASTER_SITE_SUBDIR= deischen/gcc/:boot
|
||||
DISTFILES= ${gcc_srcfile}:gcc ${gnat_srcfile}:gnat
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user