Remove sysutils/mtree, it serves no purpose.

Don't install cat page. Bump version for pkgtools/mtree.
This commit is contained in:
joerg 2012-03-08 01:11:21 +00:00
parent ccea1af904
commit 178a984328
6 changed files with 19 additions and 51 deletions

View file

@ -1,14 +1,24 @@
# $NetBSD: Makefile,v 1.24 2009/02/10 00:11:53 joerg Exp $
#
# This version of mtree installs into ${PKG_TOOLS_BIN}.
# $NetBSD: Makefile,v 1.25 2012/03/08 01:11:21 joerg Exp $
#
DISTNAME= mtree-20120308
CATEGORIES= pkgtools sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sbd@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Utility for mapping and checking directory hierarchies
PKG_DESTDIR_SUPPORT= user-destdir
.include "Makefile.common"
GNU_CONFIGURE= yes
CATEGORIES= pkgtools
USE_FEATURES= nbcompat
NO_PKGTOOLS_REQD_CHECK= # defined
.include "../../mk/bsd.prefs.mk"
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"

View file

@ -1,27 +0,0 @@
# $NetBSD: Makefile.common,v 1.8 2010/03/24 20:18:01 sbd Exp $
#
# This Makefile fragment is included by:
#
# pkgsrc/pkgtools/mtree/Makefile
# pkgsrc/sysutils/mtree/Makefile
#
DISTNAME= mtree-20081105
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= sbd@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= Utility for mapping and checking directory hierarchies
GNU_CONFIGURE= yes
USE_FEATURES= nbcompat
FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files
PKGDIR= ${.CURDIR}/../../pkgtools/mtree
.include "../../mk/bsd.prefs.mk"
do-extract:
@${CP} -R ${FILESDIR} ${WRKSRC}

View file

@ -1,4 +1,3 @@
@comment $NetBSD: PLIST,v 1.2 2006/07/14 19:23:09 jlam Exp $
man/cat8/mtree.0
@comment $NetBSD: PLIST,v 1.3 2012/03/08 01:11:21 joerg Exp $
man/man8/mtree.8
sbin/mtree

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile.in,v 1.8 2009/02/10 00:11:53 joerg Exp $
# $NetBSD: Makefile.in,v 1.9 2012/03/08 01:11:21 joerg Exp $
srcdir= @srcdir@
@ -8,7 +8,6 @@ sbindir= @sbindir@
mandir= @mandir@
man8dir= $(mandir)/man8
cat8dir= $(mandir)/cat8
CC= @CC@
CCLD= $(CC)
@ -43,7 +42,5 @@ distclean: clean
install:
$(INSTALL) -m 755 -d ${DESTDIR}$(sbindir)
$(INSTALL) -m 755 -d ${DESTDIR}$(man8dir)
$(INSTALL) -m 755 -d ${DESTDIR}$(cat8dir)
$(INSTALL) $(PROG) ${DESTDIR}$(sbindir)
$(INSTALL) -m 444 $(PROG).8 ${DESTDIR}$(man8dir)/$(PROG).8
$(INSTALL) -m 444 $(PROG).cat8 ${DESTDIR}$(cat8dir)/$(PROG).0

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.534 2012/03/06 04:54:54 sbd Exp $
# $NetBSD: Makefile,v 1.535 2012/03/08 01:11:21 joerg Exp $
#
COMMENT= System utilities
@ -265,7 +265,6 @@ SUBDIR+= monit
SUBDIR+= mrsync
SUBDIR+= mtools
SUBDIR+= mtoolsfm
SUBDIR+= mtree
SUBDIR+= mtscan
SUBDIR+= munin-doc
SUBDIR+= munin-node

View file

@ -1,10 +0,0 @@
# $NetBSD: Makefile,v 1.5 2009/02/10 00:12:45 joerg Exp $
USE_FEATURES= nbcompat
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../pkgtools/mtree/Makefile.common"
CATEGORIES= sysutils
.include "../../mk/bsd.pkg.mk"