diff options
author | seb <seb@pkgsrc.org> | 2003-08-07 14:00:35 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-08-07 14:00:35 +0000 |
commit | 56947170ee79b4f31ff96baff7b5def605f20a0b (patch) | |
tree | 3d69dab74d000bf0aaaa5b748657ffbdf63f0da3 /cross | |
parent | bf06a50268f5c25a2eca5344d671f44723e3a2e8 (diff) | |
download | pkgsrc-56947170ee79b4f31ff96baff7b5def605f20a0b.tar.gz |
Use GNU_CONFIGURE and fix its arguments accordingly.
Handle info files properly.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/avrdude/Makefile | 9 | ||||
-rw-r--r-- | cross/avrdude/PLIST | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/cross/avrdude/Makefile b/cross/avrdude/Makefile index 4d6640d6e28..2925a37a460 100644 --- a/cross/avrdude/Makefile +++ b/cross/avrdude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/22 18:09:15 wennmach Exp $ +# $NetBSD: Makefile,v 1.3 2003/08/07 14:00:35 seb Exp $ # FreeBSD Id: ports/devel/avrdude/Makefile,v 1.4 2003/04/19 14:13:25 bsd Exp DISTNAME= avrdude-4.1.0 @@ -11,7 +11,10 @@ COMMENT= Downloader/uploader for Atmel AVR 8-bit RISC microcontrollers BUILD_DEPENDS= teTeX>=1.0:../../print/teTeX -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --disable-versioned-doc +GNU_CONFIGURE= yes +USE_NEW_TEXINFO= YES +INFO_FILES= avrdude.info + +CONFIGURE_ARGS= --disable-versioned-doc .include "../../mk/bsd.pkg.mk" diff --git a/cross/avrdude/PLIST b/cross/avrdude/PLIST index e33a744db9a..02aa010fa3a 100644 --- a/cross/avrdude/PLIST +++ b/cross/avrdude/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/07/17 19:09:23 wennmach Exp $ +@comment $NetBSD: PLIST,v 1.2 2003/08/07 14:00:35 seb Exp $ bin/avrdude etc/avrdude.conf man/man1/avrdude.1 @@ -45,8 +45,6 @@ share/doc/avrdude/avrdude-html/avrdude_8.html share/doc/avrdude/avrdude-html/avrdude_9.html share/doc/avrdude/avrdude-html/avrdude_toc.html share/doc/avrdude/avrdude.ps -@unexec install-info --delete %D/info/avrdude.info %D/info/dir info/avrdude.info -@exec install-info %D/info/avrdude.info %D/info/dir @dirrm share/doc/avrdude/avrdude-html @dirrm share/doc/avrdude |