diff options
author | Mark Peek <mp@FreeBSD.org> | 2002-05-12 18:29:13 +0000 |
---|---|---|
committer | Mark Peek <mp@FreeBSD.org> | 2002-05-12 18:29:13 +0000 |
commit | 7bb7abaf74cdd3597e56209a940b78cfe1ea430b (patch) | |
tree | 5533338c9530f70e4d7fdc89df23772e3abe4bf9 /emulators/psim-freebsd/Makefile | |
parent | Add pkg-descr. (diff) |
Update to gdb-5.2 release.
Notes
Notes:
svn path=/head/; revision=58968
Diffstat (limited to 'emulators/psim-freebsd/Makefile')
-rw-r--r-- | emulators/psim-freebsd/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/emulators/psim-freebsd/Makefile b/emulators/psim-freebsd/Makefile index 31d0dfe20906..23f57086ec11 100644 --- a/emulators/psim-freebsd/Makefile +++ b/emulators/psim-freebsd/Makefile @@ -6,26 +6,19 @@ # $FreeBSD$ # -SNAPDATE= 2002-04-09 -SNAPVER= ${SNAPDATE:S/-//g} - PORTNAME= psim-freebsd PORTVERSION= 5.2 -PORTREVISION= ${SNAPVER} CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEWARE} -#MASTER_SITE_SUBDIR= gdb/releases -MASTER_SITE_SUBDIR= gdb/snapshots/branch -DISTNAME= gdb+dejagnu-weekly-5.1.90_${SNAPVER} +MASTER_SITE_SUBDIR= gdb/releases +DISTNAME= gdb-${PORTVERSION} MAINTAINER= mp@FreeBSD.org -USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-psim --target=powerpc-freebsd-elf \ --program-suffix=psim -WRKSRC= ${WRKDIR}/gdb+dejagnu-5.1.90_${SNAPVER} pre-configure: @cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo @@ -43,6 +36,6 @@ do-install: cklatest: ncftpls \ ftp://mirrors.rcn.net/mirrors/sources.redhat.com/${MASTER_SITE_SUBDIR}/ \ - | grep gdb+dejagnu- + | ${GREP} gdb+dejagnu- .include <bsd.port.mk> |