diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-04 07:43:34 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-04 07:43:34 +0800 |
commit | 7c3dfd9b5f573b665e2b260eedbae744263332a0 (patch) | |
tree | e9ee458dfcef514db581d57a45687bf516dfad4d /Mk/Uses | |
parent | d64886132e440a50075663baa14b3bdaf939c56e (diff) | |
download | freebsd-ports-gnome-7c3dfd9b5f573b665e2b260eedbae744263332a0.tar.gz freebsd-ports-gnome-7c3dfd9b5f573b665e2b260eedbae744263332a0.tar.zst freebsd-ports-gnome-7c3dfd9b5f573b665e2b260eedbae744263332a0.zip |
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
Diffstat (limited to 'Mk/Uses')
-rw-r--r-- | Mk/Uses/pathfix.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Mk/Uses/pathfix.mk b/Mk/Uses/pathfix.mk index 08068aa78399..7bac6d57bf66 100644 --- a/Mk/Uses/pathfix.mk +++ b/Mk/Uses/pathfix.mk @@ -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 ; \ |