diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2010-10-25 21:13:27 +0800 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2010-10-25 21:13:27 +0800 |
commit | de31d97d735ee18a1a2580c2d50919dbb697bc79 (patch) | |
tree | 170ea7bc05851ee20faf19eacc3c8b8dc70a02fe /lang/gnat | |
parent | fb729e82905a1601829b3b82f59db4f5d8762428 (diff) | |
download | freebsd-ports-gnome-de31d97d735ee18a1a2580c2d50919dbb697bc79.tar.gz freebsd-ports-gnome-de31d97d735ee18a1a2580c2d50919dbb697bc79.tar.zst freebsd-ports-gnome-de31d97d735ee18a1a2580c2d50919dbb697bc79.zip |
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.
Diffstat (limited to 'lang/gnat')
-rw-r--r-- | lang/gnat/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/gnat/Makefile b/lang/gnat/Makefile index ef343e3ce111..4c1c90f5b2e4 100644 --- a/lang/gnat/Makefile +++ b/lang/gnat/Makefile @@ -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 |