diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-29 08:57:12 +0000 |
commit | 5271da855f0c5946ff1f3aa58fbe806871df2f87 (patch) | |
tree | 526d65e6697f1e03c06ab0d0f901688aa2c4e18d /devel/gdb66 | |
parent | 8730c99d5ea1ba861dbab3e0dbc07e16826b1a7a (diff) |
Notes
Diffstat (limited to 'devel/gdb66')
-rw-r--r-- | devel/gdb66/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/devel/gdb66/Makefile b/devel/gdb66/Makefile index d0a89d6e64f6..d7c258d4459c 100644 --- a/devel/gdb66/Makefile +++ b/devel/gdb66/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# Ports collection makefile for: GDB 6 -# Date created: 30 March 2001 -# Whom: David O'Brien <obrien@NUXI.com> -# +# Created by: David O'Brien <obrien@NUXI.com> # $FreeBSD$ -# PORTNAME= gdb PORTVERSION= 6.6 @@ -38,7 +33,7 @@ CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ CFLAGS:= ${CFLAGS:C/ +$//} # blanks at EOL creep in sometimes CFLAGS+= -DRL_NO_COMPAT EXCLUDE= dejagnu expect readline sim texinfo intl -EXTRACT_AFTER_ARGS=| ${TAR} -xf - ${EXCLUDE:S/^/--exclude /} +EXTRACT_AFTER_ARGS= ${EXCLUDE:S/^/--exclude /} VER= ${PORTVERSION:S/.//} PLIST_SUB= VER=${VER} MAN1= gdb${VER}.1 |