Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 May 2014 16:51:27 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r354943 - head/sysutils/e2fsprogs
Message-ID:  <201405231651.s4NGpRtb037285@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Fri May 23 16:51:27 2014
New Revision: 354943
URL: http://svnweb.freebsd.org/changeset/ports/354943
QAT: https://qat.redports.org/buildarchive/r354943/

Log:
  Cleanup, drop useless command from post-patch.
  
  Suggested by: tijl

Modified:
  head/sysutils/e2fsprogs/Makefile

Modified: head/sysutils/e2fsprogs/Makefile
==============================================================================
--- head/sysutils/e2fsprogs/Makefile	Fri May 23 16:37:01 2014	(r354942)
+++ head/sysutils/e2fsprogs/Makefile	Fri May 23 16:51:27 2014	(r354943)
@@ -65,9 +65,6 @@ libintl=
 .endif
 
 post-patch::
-	@${REINPLACE_CMD} -E -e \
-		's:\$$\(libdir\)/pkgconfig:${PREFIX}/libdata/pkgconfig:' \
-		${WRKSRC}/lib/*/Makefile.in
 # don't build/install libext2fs.info
 	@${REINPLACE_CMD} -e 's/ install-doc-libs$$//' ${WRKSRC}/Makefile.in
 	@${REINPLACE_CMD} -E -e 's/md5sum ([^ ]*)/printf "%s  %s\\n" $$(md5 -q \1) \1/' \



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