diff options
author | fenner <fenner@FreeBSD.org> | 2005-10-18 03:51:52 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 2005-10-18 03:51:52 +0000 |
commit | 71918f54f11b939f25060b6644ac518dcd03edf0 (patch) | |
tree | 307039615809e97ae7a09068a4730f4156bccb18 /devel/gdb6 | |
parent | c1f999d563509e30b56b947ab4ecb4572105d606 (diff) | |
download | FreeBSD-ports-71918f54f11b939f25060b6644ac518dcd03edf0.zip FreeBSD-ports-71918f54f11b939f25060b6644ac518dcd03edf0.tar.gz |
Use groups to use the right subdirectory for the right MASTER_SITE.
Approved by: obrien (MAINTAINER)
Diffstat (limited to 'devel/gdb6')
-rw-r--r-- | devel/gdb6/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index b0f5af3..3661fd6 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -13,9 +13,11 @@ PORTNAME= gdb PORTVERSION= 6 PORTREVISION= ${SNAPVER} CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= gdb/snapshots/current obrien +MASTER_SITES= ${MASTER_SITE_SOURCEWARE:S/$/:sw/} \ + ${MASTER_SITE_LOCAL:S/$/:local/} +MASTER_SITE_SUBDIR= gdb/snapshots/current/:sw obrien/:local DISTNAME= gdb+dejagnu-weekly-${SNAPVER} +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:sw,local PATCH_SITES= ${MASTER_SITE_LOCAL} PATCH_SITE_SUBDIR= obrien |