pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/p4 Removed NO_PATCH and replaced #defined with "...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1338818fd05e
branches:  trunk
changeset: 494304:1338818fd05e
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun May 22 22:29:50 2005 +0000

description:
Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy.

diffstat:

 devel/p4/Makefile.common |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r 2948c71bf243 -r 1338818fd05e devel/p4/Makefile.common
--- a/devel/p4/Makefile.common  Sun May 22 22:28:24 2005 +0000
+++ b/devel/p4/Makefile.common  Sun May 22 22:29:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.7 2004/01/22 08:51:15 grant Exp $
+# $NetBSD: Makefile.common,v 1.8 2005/05/22 22:29:50 rillig Exp $
 #
 
 P4_VERS=       2002.1
@@ -6,9 +6,8 @@
 CATEGORIES=    devel
 MAINTAINER=    schmonz%NetBSD.org@localhost
 
-NO_PATCH=      # defined
-NO_CONFIGURE=  # defined
-NO_BUILD=      # defined
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
 
 WRKSRC=                ${WRKDIR}
 DIST_SUBDIR=   perforce



Home | Main Index | Thread Index | Old Index