diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-14 23:06:27 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-14 23:06:27 +0000 |
commit | 3e852812194f5ffeb5383101e71f1f70177536cd (patch) | |
tree | 94998daf46c7eff33585fa52a65728899766a474 /devel/mk-files | |
parent | 9681a83c9d1dbf465f2a359a9f378661860a9ddb (diff) | |
download | pkgsrc-3e852812194f5ffeb5383101e71f1f70177536cd.tar.gz |
Note that this conflicts with the (forthcoming) bootstrap-mk-files package.
Diffstat (limited to 'devel/mk-files')
-rw-r--r-- | devel/mk-files/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/mk-files/Makefile b/devel/mk-files/Makefile index b053da1d0e0..ac03bab20ff 100644 --- a/devel/mk-files/Makefile +++ b/devel/mk-files/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.19 2006/06/02 13:20:56 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2006/07/14 23:06:27 jlam Exp $ # DISTNAME= mk-20050405 PKGNAME= mk-files-20050405 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/ +CONFLICTS+= bootstrap-mk-files-[0-9]* + MAINTAINER= sjg@NetBSD.org HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html COMMENT= Portable *.mk files for the NetBSD portable bmake utility |