diff options
author | Bill Fenner <fenner@FreeBSD.org> | 2005-10-18 03:51:52 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 2005-10-18 03:51:52 +0000 |
commit | 3598cf950837dbf2af0154eae0758a8321dbe647 (patch) | |
tree | ed1fb643dc3b891196494b6fcd16781a9101b3dc /devel/gdb6/Makefile | |
parent | 9e84c207b2ba1ad477d67461eb9394a5718eb553 (diff) |
Notes
Diffstat (limited to 'devel/gdb6/Makefile')
-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 b0f5af3773b7..3661fd64032b 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 |