pkgsrc/archivers/pax/Makefile.common
jlam bc22bd5d44 For the pkgtools versions of mtree and pax, always use libnbcompat
"in-place", and for the normal versions of mtree and pax, always use
libnbcompat as a normal build dependency.
2006-07-14 20:11:10 +00:00

28 lines
586 B
Makefile

# $NetBSD: Makefile.common,v 1.3 2006/07/14 20:11:10 jlam Exp $
#
# This Makefile fragment is included by:
#
# pkgsrc/archivers/pax/Makefile
# pkgsrc/pkgtools/pax/Makefile
#
DISTNAME= pax-20060202
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= grant@NetBSD.org
HOMEPAGE= http://www.NetBSD.org/
COMMENT= POSIX standard archiver with many extensions
GNU_CONFIGURE= yes
NO_CHECKSUM= yes
NO_MTREE= yes
FILESDIR= ${.CURDIR}/../../archivers/pax/files
PKGDIR= ${.CURDIR}/../../archivers/pax
.include "../../mk/bsd.prefs.mk"
do-extract:
${CP} -R ${FILESDIR} ${WRKSRC}