svn commit: r440677 - head/x11/cinnamon

Koop Mast kwm at FreeBSD.org
Fri May 12 08:58:39 UTC 2017


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


More information about the svn-ports-all mailing list