Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 May 2014 06:42:21 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354791 - in head/Mk: . Uses
Message-ID:  <201405220642.s4M6gLFA070011@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Thu May 22 06:42:20 2014
New Revision: 354791
URL: http://svnweb.freebsd.org/changeset/ports/354791
QAT: https://qat.redports.org/buildarchive/r354791/

Log:
  Rename pathfix-pre-patch target into pathfix to be consistent

Modified:
  head/Mk/Uses/pathfix.mk
  head/Mk/bsd.port.mk

Modified: head/Mk/Uses/pathfix.mk
==============================================================================
--- head/Mk/Uses/pathfix.mk	Thu May 22 06:34:13 2014	(r354790)
+++ head/Mk/Uses/pathfix.mk	Thu May 22 06:42:20 2014	(r354791)
@@ -18,7 +18,7 @@ IGNORE=	USES=pathfix does not require ar
 
 PATHFIX_MAKEFILEIN?=	Makefile.in
 
-pathfix-pre-patch:
+pathfix:
 	@${FIND} ${WRKSRC} -name "${PATHFIX_MAKEFILEIN}" -type f | ${XARGS} ${REINPLACE_CMD} -e \
 		's|[(]libdir[)]/locale|(prefix)/share/locale|g ; \
 		s|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g ; \

Modified: head/Mk/bsd.port.mk
==============================================================================
--- head/Mk/bsd.port.mk	Thu May 22 06:34:13 2014	(r354790)
+++ head/Mk/bsd.port.mk	Thu May 22 06:42:20 2014	(r354791)
@@ -6531,7 +6531,7 @@ _EXTRACT_SEQ=	check-build-conflicts extr
 				pre-extract pre-extract-script do-extract \
 				post-extract post-extract-script
 _PATCH_DEP=		extract
-_PATCH_SEQ=		ask-license patch-message patch-depends pathfix-pre-patch dos2unix fix-shebang \
+_PATCH_SEQ=		ask-license patch-message patch-depends pathfix dos2unix fix-shebang \
 				pre-patch \
 				pre-patch-script do-patch charsetfix-post-patch post-patch post-patch-script
 _CONFIGURE_DEP=	patch



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405220642.s4M6gLFA070011>