diff options
author | deischen <deischen@FreeBSD.org> | 2010-10-25 21:13:27 +0800 |
---|---|---|
committer | deischen <deischen@FreeBSD.org> | 2010-10-25 21:13:27 +0800 |
commit | 62c80d6098daee0277fe2d6535f6de892f29c754 (patch) | |
tree | 9d269b3a217ab05bb915dcd58ecf56fb9f000036 | |
parent | f54b3fd647e3b97ea261c6af1db776ac3f49acb0 (diff) | |
download | freebsd-ports-gnome-62c80d6098daee0277fe2d6535f6de892f29c754.tar.gz freebsd-ports-gnome-62c80d6098daee0277fe2d6535f6de892f29c754.tar.zst freebsd-ports-gnome-62c80d6098daee0277fe2d6535f6de892f29c754.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.
-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 |