diff options
author | hauke <hauke@pkgsrc.org> | 2017-02-08 10:41:03 +0000 |
---|---|---|
committer | hauke <hauke@pkgsrc.org> | 2017-02-08 10:41:03 +0000 |
commit | 696f443fa8dbdb451ef17a780dd5b5a654ffb2e4 (patch) | |
tree | 567c59411fc3f1ebbfff14479ffdbece730c52c4 /textproc | |
parent | 23be44668718ba998387f7201aed5d02cfa600cb (diff) | |
download | pkgsrc-696f443fa8dbdb451ef17a780dd5b5a654ffb2e4.tar.gz |
Lose PLIST, since PERL5_PACKLIST magic takes care of things.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-String-Expand/Makefile | 4 | ||||
-rw-r--r-- | textproc/p5-String-Expand/PLIST | 4 |
2 files changed, 2 insertions, 6 deletions
diff --git a/textproc/p5-String-Expand/Makefile b/textproc/p5-String-Expand/Makefile index e4ec039de74..645700fbc9e 100644 --- a/textproc/p5-String-Expand/Makefile +++ b/textproc/p5-String-Expand/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.1 2017/02/03 15:33:58 hauke Exp $ +# $NetBSD: Makefile,v 1.2 2017/02/08 10:41:03 hauke Exp $ DISTNAME= String-Expand-0.04 PKGNAME= p5-${DISTNAME} -#PKGREVISION= 1 +PKGREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= https://cpan.metacpan.org/authors/id/P/PE/PEVANS/ diff --git a/textproc/p5-String-Expand/PLIST b/textproc/p5-String-Expand/PLIST deleted file mode 100644 index 2a170483527..00000000000 --- a/textproc/p5-String-Expand/PLIST +++ /dev/null @@ -1,4 +0,0 @@ -@comment $NetBSD: PLIST,v 1.1 2017/02/03 15:33:58 hauke Exp $ -${PERL5_SUB_INSTALLVENDORLIB}/String/Expand.pm -${PERL5_SUB_INSTALLVENDORARCH}/auto/String/Expand/.packlist -${PERL5_SUB_INSTALLVENDORMAN3DIR}/String::Expand.3 |