mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
Fix pkg-plist, remove breakage.
This commit is contained in:
parent
eab6efcfb8
commit
1a269cc925
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=147058
@ -6,6 +6,7 @@
|
||||
#
|
||||
PORTNAME= gdb
|
||||
PORTVERSION= ${GDBVERSION}.${PATCHVERSION}
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
|
||||
http://lev.serebryakov.spb.ru/download/msp430/:patches
|
||||
@ -17,10 +18,6 @@ DISTFILES= ${PORTNAME}-${GDBVERSION}${EXTRACT_SUFX} \
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= FSF gdb-5.1.1 for TI's msp430 MCUs cross-development
|
||||
|
||||
BROKEN= Incomplete pkg-plist
|
||||
DEPRECATED= "${BROKEN}"
|
||||
EXPIRATION_DATE=2005-09-22
|
||||
|
||||
GDBVERSION= 5.1.1
|
||||
PATCHVERSION= 20030909
|
||||
|
||||
|
@ -3,3 +3,5 @@ bin/%%GDB_TARG%%-run
|
||||
%%GDB_TARG%%/bin/gdb
|
||||
%%GDB_TARG%%/bin/run
|
||||
lib/lib%%GDB_TARG%%-sim.a
|
||||
@dirrm %%GDB_TARG%%/bin
|
||||
@dirrm %%GDB_TARG%%
|
||||
|
Loading…
Reference in New Issue
Block a user