From 005fe16c9983e4f35f636872af0004ddf681a5f8 Mon Sep 17 00:00:00 2001 From: sobomax Date: Mon, 14 Jan 2002 18:16:29 +0000 Subject: After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because otherwise those files are installed along with all others. --- editors/abiword/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'editors/abiword') diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 6927a7a779f2..75d2018d13f3 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -41,6 +41,9 @@ FIXME= find ${WRKSRC} -name GNUmakefile.in | xargs ${PERL} -pi -e \ 's|\$$\(libdir\)/\@PACKAGE\@|\$$\(datadir\)/\@PACKAGE\@|g ; \ s|\@DEFS\@|-I${WRKSRC}/../libiconv/include \@DEFS\@|g' +post-patch: + @${RM} ${WRKSRC}/user/wp/strings/*.orig + pre-configure: @cd ${WRKSRC} && ${TOUCH} NEWS README AUTHORS ChangeLog @cd ${WRKSRC}/ac-helpers && ${RM} -f install-sh mkinstalldirs missing -- cgit