bc22bd5d44
"in-place", and for the normal versions of mtree and pax, always use libnbcompat as a normal build dependency.
28 lines
605 B
Text
28 lines
605 B
Text
# $NetBSD: Makefile.common,v 1.2 2006/07/14 20:11:10 jlam Exp $#
|
|
#
|
|
# This Makefile fragment is included by:
|
|
#
|
|
# pkgsrc/pkgtools/mtree/Makefile
|
|
# pkgsrc/sysutils/mtree/Makefile
|
|
#
|
|
|
|
DISTNAME= mtree-20040722
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= grant@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/
|
|
COMMENT= Utility for mapping and checking directory hierarchies
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
NO_CHECKSUM= yes
|
|
NO_MTREE= yes
|
|
|
|
FILESDIR= ${.CURDIR}/../../pkgtools/mtree/files
|
|
PKGDIR= ${.CURDIR}/../../pkgtools/mtree
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|