diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-22 22:29:50 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-22 22:29:50 +0000 |
commit | db1183f033712b213a49b4a651328b37baae8814 (patch) | |
tree | 8a8454c4e4d208a21c054607b2c206610dbed253 /devel | |
parent | dbdfd3d542315e1205f475f18aa246b956216121 (diff) | |
download | pkgsrc-db1183f033712b213a49b4a651328b37baae8814.tar.gz |
Removed NO_PATCH and replaced #defined with "yes" to make pkglint happy.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p4/Makefile.common | 7 |
1 files changed, 3 insertions, 4 deletions
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 |