diff options
Diffstat (limited to 'devel/gdbmods/Makefile')
-rw-r--r-- | devel/gdbmods/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/gdbmods/Makefile b/devel/gdbmods/Makefile index 9b32d3f26cc2..76c8dcbbc633 100644 --- a/devel/gdbmods/Makefile +++ b/devel/gdbmods/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: gdbmods -# Date created: 24 August 2002 -# Whom: Bruce M Simpson <bms@FreeBSD.org> -# +# Created by: Bruce M Simpson <bms@FreeBSD.org> # $FreeBSD$ -# PORTNAME= gdbmods PORTVERSION= 20020824 @@ -19,6 +15,7 @@ COMMENT= Wrapper for gdb -k to provide kld symbol information NO_BUILD= yes PLIST_FILES= bin/gdbmods +NO_STAGE= yes do-install: ${INSTALL_SCRIPT} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${PREFIX}/bin |