From db1183f033712b213a49b4a651328b37baae8814 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 22 May 2005 22:29:50 +0000 Subject: Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy. --- devel/p4/Makefile.common | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'devel/p4') diff --git a/devel/p4/Makefile.common b/devel/p4/Makefile.common index d12f98cd254..f76a885f5a4 100644 --- a/devel/p4/Makefile.common +++ b/devel/p4/Makefile.common @@ -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 @@ PKGNAME= ${DISTNAME}-${P4_VERS} CATEGORIES= devel MAINTAINER= schmonz@NetBSD.org -NO_PATCH= # defined -NO_CONFIGURE= # defined -NO_BUILD= # defined +NO_CONFIGURE= yes +NO_BUILD= yes WRKSRC= ${WRKDIR} DIST_SUBDIR= perforce -- cgit v1.2.3