diff options
author | joerg <joerg@pkgsrc.org> | 2013-08-29 13:31:15 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-08-29 13:31:15 +0000 |
commit | a8b37de1e19cdf76cc9979b8dc8f577dadb9dece (patch) | |
tree | 33b3e2bfed5104f57837a975ab4652e526fb9849 /textproc | |
parent | 480df0edf64baa9c2f64e4520d6df8b53e786a9e (diff) | |
download | pkgsrc-a8b37de1e19cdf76cc9979b8dc8f577dadb9dece.tar.gz |
Restore README.md removal, but move it to post-extract.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-RecordParser/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index 9f8a0028d74..20db503d5f6 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/08/29 12:58:49 joerg Exp $ +# $NetBSD: Makefile,v 1.14 2013/08/29 13:31:15 joerg Exp $ # DISTNAME= Text-RecordParser-v1.6.3 @@ -39,5 +39,9 @@ REPLACE_PERL+= bin/tab2graph REPLACE_PERL+= bin/tablify REPLACE_PERL+= bin/tabmerge +# File is unwriteable but is generated during the build. +post-extract: + ${RM} -f ${WRKSRC}/README.md + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |