Remove mk-files, as suggested by maintainer sjg in PR 41021.

This commit is contained in:
wiz 2010-02-22 08:38:33 +00:00
parent 725f6fef7a
commit 51e4f3a6a3
5 changed files with 1 additions and 59 deletions

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1298 2010/02/21 09:11:51 plunky Exp $
# $NetBSD: Makefile,v 1.1299 2010/02/22 08:38:33 wiz Exp $
#
COMMENT= Development utilities
@ -383,7 +383,6 @@ SUBDIR+= memcached
SUBDIR+= menhir
SUBDIR+= mercurial
SUBDIR+= mico
SUBDIR+= mk-files
SUBDIR+= mkcmd
SUBDIR+= mono-addins
SUBDIR+= mono-tools

View file

@ -1,6 +0,0 @@
NetBSD's bmake utility uses some customised .mk files, in order to
pre-define certain definitions and targets, which guide the build
process.
This package provides *.mk files for the bmake(1) utility, for a
number of different operating systems other than NetBSD.

View file

@ -1,44 +0,0 @@
# $NetBSD: Makefile,v 1.23 2009/04/06 10:25:51 wiz Exp $
#
DISTNAME= mk-20081111
PKGNAME= ${DISTNAME:S/mk/mk-files/1}
CATEGORIES= devel
MASTER_SITES= ftp://ftp.NetBSD.org/pub/NetBSD/misc/sjg/
MAINTAINER= sjg@NetBSD.org
HOMEPAGE= http://www.crufty.net/help/sjg/bmake.html
COMMENT= Portable *.mk files for the NetBSD portable bmake utility
NO_CONFIGURE= yes
NO_BUILD= yes
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/mk
.include "../../mk/bsd.prefs.mk"
.if ${PKGSRC_LOCKTYPE} == sleep
PKG_FAIL_REASON= "Recurses against itself"
.endif
PLIST_SRC=${WRKDIR}/.PLIST_SRC
do-install:
${SH} ${WRKSRC}/install-mk ${DESTDIR}${PREFIX}/share/mk
.include "../../mk/bsd.pkg.mk"
# The logic below mimics what install-mk does.
# Ie. it won't install a sys.mk if a standard BSD one exists
# same goes for the bsd.*.mk files (it makes the symlinks to *.mk)
${WRKSRC}/FILES: extract
${WRKDIR}/.PLIST_SRC: ${WRKSRC}/FILES
( ${GREP} '^[A-Za-z].*\.mk' ${.ALLSRC} ; \
[ -f /usr/share/mk/sys.mk ] || ${ECHO} sys.mk; \
[ -f /usr/share/mk/bsd.prog.mk ] || \
for f in dep doc init lib man nls obj own prog subdir; do \
${ECHO} bsd.$$f.mk; \
done ) | ${SED} 's,^,share/mk/,' > ${.TARGET}

View file

@ -1,2 +0,0 @@
@comment $NetBSD: PLIST,v 1.2 2002/09/20 07:00:56 sjg Exp $
@comment rest is autogenerated

View file

@ -1,5 +0,0 @@
$NetBSD: distinfo,v 1.13 2009/04/06 10:25:51 wiz Exp $
SHA1 (mk-20081111.tar.gz) = a08e1723726c8f3b2157daea9236d067eca6c259
RMD160 (mk-20081111.tar.gz) = 5adaa6e182f336fc76489b804b2e88bc5690860e
Size (mk-20081111.tar.gz) = 32590 bytes