diff options
author | wiz <wiz@pkgsrc.org> | 2006-03-02 19:51:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-03-02 19:51:34 +0000 |
commit | 2897d836e0c82d4e139fcac2e80bdb18af49d7bf (patch) | |
tree | a178478439ad642a159a40ce526bcd6027c099b9 /emulators | |
parent | 8813dfbc2d4ef8bd3667e60f3db56a133cad178a (diff) | |
download | pkgsrc-2897d836e0c82d4e139fcac2e80bdb18af49d7bf.tar.gz |
Fix PLIST. Remove BROKEN_IN.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/simulavr/Makefile | 6 | ||||
-rw-r--r-- | emulators/simulavr/PLIST | 7 |
2 files changed, 3 insertions, 10 deletions
diff --git a/emulators/simulavr/Makefile b/emulators/simulavr/Makefile index ad310836faa..135ebc670f7 100644 --- a/emulators/simulavr/Makefile +++ b/emulators/simulavr/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2006/02/05 23:09:02 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2006/03/02 19:51:34 wiz Exp $ # DISTNAME= simulavr-0.1.2.1 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://freesoftware.fsf.org/download/simulavr/ EXTRACT_SUFX= .tar.bz2 @@ -11,8 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.nongnu.org/simulavr/ COMMENT= Simulator for Atmel AVR microcontrollers -BROKEN_IN= pkgsrc-2005Q4 - BUILD_DEPENDS+= avr-binutils-[0-9]*:../../cross/avr-binutils BUILD_DEPENDS+= avr-gcc-[0-9]*:../../cross/avr-gcc BUILD_DEPENDS+= doxygen-[0-9]*:../../devel/doxygen diff --git a/emulators/simulavr/PLIST b/emulators/simulavr/PLIST index 512fa80ff99..61c4181a2ba 100644 --- a/emulators/simulavr/PLIST +++ b/emulators/simulavr/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2004/12/30 19:49:08 kristerw Exp $ +@comment $NetBSD: PLIST,v 1.2 2006/03/02 19:51:34 wiz Exp $ bin/simulavr bin/simulavr-disp bin/simulavr-vcd @@ -17,9 +17,4 @@ share/doc/${PKGNAME}/README share/doc/${PKGNAME}/README.gdb share/doc/${PKGNAME}/README.opcodes share/doc/${PKGNAME}/TODO -share/doc/${PKGNAME}/simulavr.ps -@exec ${MKDIR} %D/share/doc/${PKGNAME}/internals_html -@dirrm share/doc/${PKGNAME}/internals_html -@exec ${MKDIR} %D/share/doc/${PKGNAME}/html -@dirrm share/doc/${PKGNAME}/html @dirrm share/doc/${PKGNAME} |