diff options
author | minskim <minskim@pkgsrc.org> | 2004-02-22 01:31:58 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-02-22 01:31:58 +0000 |
commit | 07d28445168cac3c3f16aca0e62e16c1c053d18d (patch) | |
tree | e81f8e88cb84c73d31d61bbbd021aa5e076d65ee | |
parent | f63a97dee162121163f2db3b4b06fdaa90e505db (diff) | |
download | pkgsrc-07d28445168cac3c3f16aca0e62e16c1c053d18d.tar.gz |
Enable pkgviews installation.
-rw-r--r-- | textproc/p5-Text-Reform/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/p5-Text-Reform/Makefile b/textproc/p5-Text-Reform/Makefile index 59b1a369328..d1601c88d69 100644 --- a/textproc/p5-Text-Reform/Makefile +++ b/textproc/p5-Text-Reform/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/02/22 01:18:19 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2004/02/22 01:31:58 minskim Exp $ # DISTNAME= Text-Reform-1.11 @@ -11,7 +11,7 @@ MAINTAINER= eric@cirr.com HOMEPAGE= http://search.cpan.org/search?module=Text::Reform COMMENT= Manual text wrapping and reformatting -PKG_INSTALLATION_TYPES= overwrite pkgsrc +PKG_INSTALLATION_TYPES= overwrite pkgviews USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Text/Reform/.packlist |