diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-18 22:07:33 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 2011-12-18 22:07:33 +0000 |
commit | 468ded5bf2703c2003603cfe7dc6149c7c17631d (patch) | |
tree | 17707192d7e423fa7fa4ea14f1cde12d0774f2a4 /devel/avr-gdb | |
parent | 0a360fab1af18c217ffe8a00cb8f39de85b957cc (diff) |
Notes
Diffstat (limited to 'devel/avr-gdb')
-rw-r--r-- | devel/avr-gdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/avr-gdb/Makefile b/devel/avr-gdb/Makefile index 313fff36bd5b..0c81bf7311b5 100644 --- a/devel/avr-gdb/Makefile +++ b/devel/avr-gdb/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdb PORTVERSION= 7.3.1 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= gdb @@ -22,7 +23,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --target=avr --program-prefix=avr --disable-nls pre-configure: - cd ${WRKSRC} ; ${RM} -rf dejagnu expect sim tcl texinfo + cd ${WRKSRC} ; ${RM} -rf dejagnu expect tcl texinfo do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gdb/gdb \ |