diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 08:04:23 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-01-27 08:04:23 +0000 |
commit | e71e79d3a305b644c492b7e190fedb35994279fb (patch) | |
tree | f428bfb82727e35480ca72b1eb67dcc0b6908564 /devel/gdb66/Makefile | |
parent | 1224cc10627bb1e1abe8ca494363a71254bdcb32 (diff) | |
download | ports-e71e79d3a305b644c492b7e190fedb35994279fb.tar.gz ports-e71e79d3a305b644c492b7e190fedb35994279fb.zip |
Notes
Diffstat (limited to 'devel/gdb66/Makefile')
-rw-r--r-- | devel/gdb66/Makefile | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index 13203863f839..3dd8dc8738b6 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -6,20 +6,14 @@ # $FreeBSD$ # -SNAPDATE= 2001-03-30 -SNAPVER= ${SNAPDATE:S/-//g} - -PORTNAME= gdb51 -PORTVERSION= ${SNAPVER} +PORTNAME= gdb +PORTVERSION= 5.1.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -MASTER_SITE_SUBDIR= gdb/snapshots -DISTNAME= gdb+dejagnu-${SNAPVER} +MASTER_SITE_SUBDIR= gdb/releases MAINTAINER= obrien@FreeBSD.org -NO_CDROM= 'dated material' - USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes |