pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/cross/avrdude Use GNU_CONFIGURE and fix its arguments ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cca055495bc6
branches:  trunk
changeset: 459794:cca055495bc6
user:      seb <seb%pkgsrc.org@localhost>
date:      Thu Aug 07 14:00:35 2003 +0000

description:
Use GNU_CONFIGURE and fix its arguments accordingly.
Handle info files properly.

diffstat:

 cross/avrdude/Makefile |  9 ++++++---
 cross/avrdude/PLIST    |  4 +---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r 7fc8b1d2f3df -r cca055495bc6 cross/avrdude/Makefile
--- a/cross/avrdude/Makefile    Thu Aug 07 13:41:34 2003 +0000
+++ b/cross/avrdude/Makefile    Thu Aug 07 14:00:35 2003 +0000
@@ -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 @@
 
 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 -r 7fc8b1d2f3df -r cca055495bc6 cross/avrdude/PLIST
--- a/cross/avrdude/PLIST       Thu Aug 07 13:41:34 2003 +0000
+++ b/cross/avrdude/PLIST       Thu Aug 07 14:00:35 2003 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index