pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/oraedit Fixed pkglint warnings:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e46fc896e34f
branches:  trunk
changeset: 503382:e46fc896e34f
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sat Nov 19 15:38:58 2005 +0000

description:
Fixed pkglint warnings:
- Replaced 1 with yes in NO_BUILD and NO_CONFIGURE, as the latter is more
  common.

diffstat:

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

diffs (20 lines):

diff -r bdf6b64081f6 -r e46fc896e34f databases/oraedit/Makefile
--- a/databases/oraedit/Makefile        Sat Nov 19 15:37:08 2005 +0000
+++ b/databases/oraedit/Makefile        Sat Nov 19 15:38:58 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/06/17 04:49:45 jlam Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/19 15:38:58 rillig Exp $
 
 DISTNAME=      oraedit-0.1.4
 CATEGORIES=    databases
@@ -8,8 +8,8 @@
 MAINTAINER=    jdolecek%NetBSD.org@localhost
 COMMENT=       Editor of PL/SQL source stored in Oracle database
 
-NO_CONFIGURE=  1
-NO_BUILD=      1
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 PYTHON_PATCH_SCRIPTS=  oraedit
 INSTALLATION_DIRS=     bin



Home | Main Index | Thread Index | Old Index