diff options
author | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-31 21:20:09 +0000 |
---|---|---|
committer | Philip M. Gollucci <pgollucci@FreeBSD.org> | 2009-01-31 21:20:09 +0000 |
commit | f4b344640b2ab210dc39a1516c6ddf695effe19b (patch) | |
tree | 0318122e4119c3c30025edb70a18d8dee164ce8d /devel/avr-gdb | |
parent | 4e85e31d8c7aefc3ad42663f25d494c52bc41fa7 (diff) | |
download | ports-f4b344640b2ab210dc39a1516c6ddf695effe19b.tar.gz ports-f4b344640b2ab210dc39a1516c6ddf695effe19b.zip |
Notes
Diffstat (limited to 'devel/avr-gdb')
-rw-r--r-- | devel/avr-gdb/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index d417f5f3b7cc..0bbfbbda07d2 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -8,8 +8,8 @@ PORTNAME= gdb PORTVERSION= 6.5 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/releases +MASTER_SITES= ${MASTER_SITE_GNU} +MASTER_SITE_SUBDIR= gdb PKGNAMEPREFIX= avr- DISTNAME= gdb-${PORTVERSION} |