summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorjoerg <joerg>2013-08-29 13:31:15 +0000
committerjoerg <joerg>2013-08-29 13:31:15 +0000
commit1cf85434cfa9d586ca76b4d9c196b7f8780396ca (patch)
tree33b3e2bfed5104f57837a975ab4652e526fb9849 /textproc
parentcb2de293a52a03f60cb1e4f5f8287bfcc199c1ab (diff)
downloadpkgsrc-1cf85434cfa9d586ca76b4d9c196b7f8780396ca.tar.gz
Restore README.md removal, but move it to post-extract.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-Text-RecordParser/Makefile6
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"