From 524023d97dbef41518b36c2a9871b3c764871191 Mon Sep 17 00:00:00 2001 From: jperkin Date: Thu, 29 Aug 2013 12:40:46 +0000 Subject: Remove README.md prior to building. There is a copy distributed in the distfile which is unwriteable, breaking unprivileged builds. --- textproc/p5-Text-RecordParser/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'textproc/p5-Text-RecordParser') diff --git a/textproc/p5-Text-RecordParser/Makefile b/textproc/p5-Text-RecordParser/Makefile index f56c61dcf9f..9e31a298d0b 100644 --- a/textproc/p5-Text-RecordParser/Makefile +++ b/textproc/p5-Text-RecordParser/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2013/08/26 01:03:13 wen Exp $ +# $NetBSD: Makefile,v 1.12 2013/08/29 12:40:46 jperkin Exp $ # DISTNAME= Text-RecordParser-v1.6.3 @@ -35,5 +35,9 @@ REPLACE_PERL+= bin/tab2graph REPLACE_PERL+= bin/tablify REPLACE_PERL+= bin/tabmerge +# File is unwriteable but is generated during the build. +pre-build: + ${RM} -f ${WRKSRC}/README.md + .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" -- cgit v1.2.3