Add pathfix-pre-path to the _PATCH_SEQ and do not anymore make it a dependency of pre-patch

That makes applying the pathfix target predictable
This commit is contained in:
Baptiste Daroussin 2014-01-03 23:43:34 +00:00
parent 3214492387
commit 48682c41de
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338598
2 changed files with 1 additions and 3 deletions

View file

@ -20,8 +20,6 @@ IGNORE= USES=pathfix does not require args
PATHFIX_MAKEFILEIN?= Makefile.in
.PHONY: pathfix-pre-patch
pre-patch: pathfix-pre-patch
pathfix-pre-patch:
@${FIND} ${WRKSRC} -name "${PATHFIX_MAKEFILEIN}" -type f | ${XARGS} ${REINPLACE_CMD} -e \
's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \

View file

@ -6474,7 +6474,7 @@ _EXTRACT_SEQ= check-build-conflicts extract-message checksum extract-depends \
pre-extract pre-extract-script do-extract \
post-extract post-extract-script
_PATCH_DEP= extract
_PATCH_SEQ= ask-license patch-message patch-depends pre-patch \
_PATCH_SEQ= ask-license patch-message patch-depends pathfix-pre-patch pre-patch \
pre-patch-script do-patch post-patch post-patch-script
_CONFIGURE_DEP= patch
_CONFIGURE_SEQ= build-depends lib-depends configure-message run-autotools-fixup \