diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 18:16:29 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-14 18:16:29 +0000 |
commit | 28b9aac39080f41fe9cd71b47637bf6fc35ea6a1 (patch) | |
tree | 9fe2e736d75d326d092cfe0141d1ab32d1315e42 /editors | |
parent | Use correct permissions for ${PREFIX}/share/gnome/gdm. (diff) |
After patching is done remove ${WRKSRC}/user/wp/strings/*.orig, because
otherwise those files are installed along with all others.
Notes
Notes:
svn path=/head/; revision=53067
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord/Makefile | 3 | ||||
-rw-r--r-- | editors/AbiWord2/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile | 3 |
4 files changed, 12 insertions, 0 deletions
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 diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 6927a7a779f2..75d2018d13f3 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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 diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 6927a7a779f2..75d2018d13f3 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 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 |