diff options
author | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-04-25 03:49:09 +0000 |
commit | 914d38ca989a43e5279d1974ed6e496b0010c0f4 (patch) | |
tree | 056135394f56630e088303005fe409241cd06e93 /devel/p5-FileKGlob | |
parent | 61c6f9795baa9ff7f12b8809a3307c38f7132a3a (diff) | |
download | pkgsrc-914d38ca989a43e5279d1974ed6e496b0010c0f4.tar.gz |
Bl3ify and enable pkgviews installation.
Diffstat (limited to 'devel/p5-FileKGlob')
-rw-r--r-- | devel/p5-FileKGlob/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/p5-FileKGlob/Makefile b/devel/p5-FileKGlob/Makefile index 11b835091cf..8fb69bdfd70 100644 --- a/devel/p5-FileKGlob/Makefile +++ b/devel/p5-FileKGlob/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:13:29 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/25 03:55:12 minskim Exp $ # DISTNAME= FileKGlob @@ -10,8 +10,10 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=File/} MAINTAINER= tech-pkg@NetBSD.org COMMENT= Expand a Unix file glob into a list of matching file names +PKG_INSTALLATION_TYPES= overwrite pkgviews + WRKSRC= ${WRKDIR}/File -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/File/KGlob/.packlist DIST_SUBDIR= ${PKGNAME} |