socsvn commit: r257533 - soc2013/mattbw/port

mattbw at FreeBSD.org mattbw at FreeBSD.org
Fri Sep 20 12:07:27 UTC 2013


Author: mattbw
Date: Fri Sep 20 12:07:27 2013
New Revision: 257533
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=257533

Log:
  Add space in #include.

Modified:
  soc2013/mattbw/port/Makefile

Modified: soc2013/mattbw/port/Makefile
==============================================================================
--- soc2013/mattbw/port/Makefile	Fri Sep 20 12:06:28 2013	(r257532)
+++ soc2013/mattbw/port/Makefile	Fri Sep 20 12:07:27 2013	(r257533)
@@ -16,4 +16,4 @@
 post-install:
 	${CAT} pkg-message | ${SED} 's,%%PREFIX%%,${PREFIX},g'
 
-.include<bsd.port.mk>
+.include <bsd.port.mk>


More information about the svn-soc-all mailing list