which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
21 lines
531 B
Makefile
21 lines
531 B
Makefile
# $NetBSD: Makefile,v 1.6 2005/05/16 03:04:45 jlam Exp $
|
|
|
|
DISTNAME= Getopt-Simple-1.48
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Getopt/}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= gdt@ir.bbn.com
|
|
HOMEPAGE= http://search.cpan.org/~rsavage/Getopt-Simple/
|
|
COMMENT= Simple Getopt wrapper
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
EXTRACT_USING= pax
|
|
|
|
PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Getopt/Simple/.packlist
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|