pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/mldonkey-gui Moved call to autotools to Makefile.c...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/277d237df3b4
branches:  trunk
changeset: 627969:277d237df3b4
user:      jaapb <jaapb%pkgsrc.org@localhost>
date:      Thu Dec 26 12:03:23 2013 +0000

description:
Moved call to autotools to Makefile.common in mldonkey. In response to
PR pkg/48461.

diffstat:

 net/mldonkey-gui/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (27 lines):

diff -r 84478ef35e43 -r 277d237df3b4 net/mldonkey-gui/Makefile
--- a/net/mldonkey-gui/Makefile Thu Dec 26 12:02:39 2013 +0000
+++ b/net/mldonkey-gui/Makefile Thu Dec 26 12:03:23 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.73 2013/10/19 09:07:10 adam Exp $
+# $NetBSD: Makefile,v 1.74 2013/12/26 12:03:23 jaapb Exp $
 #
 
 .include "../../net/mldonkey/Makefile.common"
@@ -10,16 +10,13 @@
 
 DEPENDS+=              mldonkey-[0-9]*:../../net/mldonkey
 
-USE_TOOLS+=            pkg-config autoconf
+USE_TOOLS+=            pkg-config
 
 INSTALLATION_DIRS=     bin libexec/mldonkey
 
 CONFIGURE_ARGS+=       --enable-gui=newgui2
 CONFIGURE_ARGS+=       --disable-option-checking
 
-pre-configure:
-       cd ${WRKSRC}/config && autoconf
-
 do-install:
        ${RM} -f ${DESTDIR}${PREFIX}/bin/mlgui
        cd ${DESTDIR}${PREFIX}/bin && ${LN} -s ../libexec/mldonkey/mlgui mlgui



Home | Main Index | Thread Index | Old Index