svn commit: r317109 - head/devel/distcc

Baptiste Daroussin bapt at FreeBSD.org
Thu May 2 13:10:23 UTC 2013


Author: bapt
Date: Thu May  2 13:10:23 2013
New Revision: 317109
URL: http://svnweb.freebsd.org/changeset/ports/317109

Log:
  Fix syntax error introduced by conversion to new options framework

Modified:
  head/devel/distcc/Makefile

Modified: head/devel/distcc/Makefile
==============================================================================
--- head/devel/distcc/Makefile	Thu May  2 13:01:59 2013	(r317108)
+++ head/devel/distcc/Makefile	Thu May  2 13:10:23 2013	(r317109)
@@ -88,7 +88,7 @@ do-install:
 	@${INSTALL_PROGRAM} ${WRKSRC}/distcc ${PREFIX}/bin
 	@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-text ${PREFIX}/bin
 	@${INSTALL_PROGRAM} ${WRKSRC}/lsdistcc ${PREFIX}/bin
-.if ${PORT_OPTIONS:MGNOME) || ${PORT_OPTIONS:MGTK}
+.if ${PORT_OPTIONS:MGNOME} || ${PORT_OPTIONS:MGTK}
 	@${INSTALL_PROGRAM} ${WRKSRC}/distccmon-gnome ${PREFIX}/bin
 .endif
 	@${INSTALL_PROGRAM} ${WRKSRC}/distccd ${PREFIX}/sbin


More information about the svn-ports-all mailing list