pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/oraedit Use an empty do-configure target ins...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac2670c0c9e8
branches:  trunk
changeset: 589965:ac2670c0c9e8
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Sun Jun 19 18:53:19 2011 +0000

description:
Use an empty do-configure target instead of NO_CONFIGURE=yes, as the
latter silently breaks REPLACE_PYTHON.

diffstat:

 databases/oraedit/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 99cec1b4fba1 -r ac2670c0c9e8 databases/oraedit/Makefile
--- a/databases/oraedit/Makefile        Sun Jun 19 18:43:06 2011 +0000
+++ b/databases/oraedit/Makefile        Sun Jun 19 18:53:19 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2010/02/10 19:17:34 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2011/06/19 18:53:19 dholland Exp $
 
 DISTNAME=      oraedit-0.1.4
 PKGREVISION=   3
@@ -11,12 +11,13 @@
 
 PKG_DESTDIR_SUPPORT=   user-destdir
 
-NO_CONFIGURE=  yes
 NO_BUILD=      yes
 
 PYTHON_PATCH_SCRIPTS=  oraedit
 INSTALLATION_DIRS=     bin
 
+do-configure:;
+
 do-install:
        ${INSTALL_SCRIPT} ${WRKSRC}/oraedit ${DESTDIR}${PREFIX}/bin/oraedit
 



Home | Main Index | Thread Index | Old Index