blob: bde3c1227f4668c42f860459ba24f2f318796191 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# $NetBSD: Makefile.common,v 1.4 2008/01/28 00:35:59 rillig Exp $
#
# This Makefile fragment is included by:
#
# pkgsrc/pkgtools/mtree/Makefile
# pkgsrc/sysutils/mtree/Makefile
#
DISTNAME= mtree-20070710
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}
|