diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-14 18:16:29 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-14 18:16:29 +0000 |
commit | 005fe16c9983e4f35f636872af0004ddf681a5f8 (patch) | |
tree | aeba29808e5c65849250d483b8a9898a515e2a2e /editors/abiword-devel | |
parent | 646ad3a6ff37883e839ce619f66842fdee12ed7d (diff) | |
download | FreeBSD-ports-005fe16c9983e4f35f636872af0004ddf681a5f8.zip FreeBSD-ports-005fe16c9983e4f35f636872af0004ddf681a5f8.tar.gz |
After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because
otherwise those files are installed along with all others.
Diffstat (limited to 'editors/abiword-devel')
-rw-r--r-- | editors/abiword-devel/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 6927a7a..75d2018 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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 |