diff options
author | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 15:53:48 +0000 |
---|---|---|
committer | Bruce M Simpson <bms@FreeBSD.org> | 2005-01-12 15:53:48 +0000 |
commit | 960eff420b44d8c25f62639667b19efd2be9a9a6 (patch) | |
tree | 54c06312da36ea295c24c35ba22ee57925959702 /devel/gdbmods | |
parent | c5a0cc841922fe511e3e3c44d0e05e2a7e638271 (diff) | |
download | ports-960eff420b44d8c25f62639667b19efd2be9a9a6.tar.gz ports-960eff420b44d8c25f62639667b19efd2be9a9a6.zip |
Notes
Diffstat (limited to 'devel/gdbmods')
-rw-r--r-- | devel/gdbmods/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gdbmods/Makefile b/devel/gdbmods/Makefile index c18dc8d21288..327fe3e426b5 100644 --- a/devel/gdbmods/Makefile +++ b/devel/gdbmods/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: gdbmods # Date created: 24 August 2002 -# Whom: Bruce M Simpson <bms@spc.org> +# Whom: Bruce M Simpson <bms@FreeBSD.org> # # $FreeBSD$ # @@ -13,7 +13,7 @@ DISTFILES= gdbmods DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} EXTRACT_ONLY= -MAINTAINER= bms@spc.org +MAINTAINER= bms@FreeBSD.org COMMENT= Wrapper for gdb -k to provide kld symbol information NO_BUILD= yes |