svn commit: r354943 - head/sysutils/e2fsprogs

Matthias Andree mandree at FreeBSD.org
Fri May 23 16:51:28 UTC 2014


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/' \


More information about the svn-ports-all mailing list