diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-09 14:05:50 +0000 |
commit | ef5c8ed42b5f83bfa34699052d684f23e761e43e (patch) | |
tree | 82ab845b1db083e88ed835d07dece15a80699928 /filesystems | |
parent | fbf38e8840be11bf05366e3d5753230a5969222f (diff) | |
download | pkgsrc-ef5c8ed42b5f83bfa34699052d684f23e761e43e.tar.gz |
Remove pkgviews: don't set PKG_INSTALLATION_TYPES in Makefiles.
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/p5-Module-Path/Makefile | 4 | ||||
-rw-r--r-- | filesystems/p5-Path-Tiny/Makefile | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/filesystems/p5-Module-Path/Makefile b/filesystems/p5-Module-Path/Makefile index 4e34a1b627a..6555eeaab58 100644 --- a/filesystems/p5-Module-Path/Makefile +++ b/filesystems/p5-Module-Path/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/07/19 14:26:07 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/10/09 14:06:32 wiz Exp $ DISTNAME= Module-Path-0.13 PKGNAME= p5-${DISTNAME} @@ -13,8 +13,6 @@ LICENSE= ${PERL5_LICENSE} REPLACE_PERL+= bin/mpath -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Module/Path/.packlist BUILD_DEPENDS+= p5-Devel-FindPerl-[0-9]*:../../devel/p5-Devel-FindPerl diff --git a/filesystems/p5-Path-Tiny/Makefile b/filesystems/p5-Path-Tiny/Makefile index d75b41039c5..3c55d0e5de2 100644 --- a/filesystems/p5-Path-Tiny/Makefile +++ b/filesystems/p5-Path-Tiny/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2014/07/19 14:26:07 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2014/10/09 14:06:32 wiz Exp $ DISTNAME= Path-Tiny-0.051 PKGNAME= p5-${DISTNAME} @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Path-Tiny/ COMMENT= Perl5 file path utility LICENSE= apache-2.0 -PKG_INSTALLATION_TYPES= overwrite pkgviews - PERL5_PACKLIST= auto/Path/Tiny/.packlist DEPENDS+= {perl>=5.18.0,p5-PathTools>=3.40}:../../devel/p5-PathTools |