diff options
Diffstat (limited to 'devel/gdb53/Makefile')
-rw-r--r-- | devel/gdb53/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/devel/gdb53/Makefile b/devel/gdb53/Makefile index fc3e902bd307..3f403bb20282 100644 --- a/devel/gdb53/Makefile +++ b/devel/gdb53/Makefile @@ -6,21 +6,15 @@ # $FreeBSD$ # -SNAPDATE= 2003-03-11 -SNAPVER= ${SNAPDATE:S/-//g} - PORTNAME= gdb PORTVERSION= 5.3 -PORTREVISION= ${SNAPVER} CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/snapshots/branch -DISTNAME= gdb+dejagnu-weekly-5.3.0.90_${SNAPVER} +MASTER_SITE_SUBDIR= gdb/releases MAINTAINER= mp@FreeBSD.org COMMENT= GNU GDB 5.3 developmental snapshot -WRKSRC= ${WRKDIR}/${DISTNAME:S/-weekly//} USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |