Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 May 2017 08:58:38 +0000 (UTC)
From:      Koop Mast <kwm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r440677 - head/x11/cinnamon
Message-ID:  <201705120858.v4C8wc5d030729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kwm
Date: Fri May 12 08:58:38 2017
New Revision: 440677
URL: https://svnweb.freebsd.org/changeset/ports/440677

Log:
  Fix the build fix. Copy paste fat finger, the copy buffer contained the incorrect
  version of the fix. And I didn't check the paste.
  
  Reported by:	Thomas Gellekum <thomas.gellekum@netaachen.de>

Modified:
  head/x11/cinnamon/Makefile

Modified: head/x11/cinnamon/Makefile
==============================================================================
--- head/x11/cinnamon/Makefile	Fri May 12 07:59:36 2017	(r440676)
+++ head/x11/cinnamon/Makefile	Fri May 12 08:58:38 2017	(r440677)
@@ -70,7 +70,7 @@ post-patch:
 	@${MV} ${WRKSRC}/files/usr/${d} ${WRKSRC}/files${PREFIX}
 .endfor
 
-	@${REINPLACE_CMD} -e 's|--warn-error||g' ${WRKSRC}/src/Makefile.in
+	@${REINPLACE_CMD} -e 's|--warn-error||g' ${WRKSRC}/src/Makefile.am
 
 	@${REINPLACE_CMD} -e 's|/usr/share/cinnamon|${STAGEDIR}${PREFIX}/share/|g ;\
 		s|/usr/lib|${STAGEDIR}${PREFIX}/share/|g' \



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