svn commit: r337845 - head/x11-themes/cursor-crystal-theme

David Naylor dbn at FreeBSD.org
Sat Dec 28 10:00:30 UTC 2013


Author: dbn
Date: Sat Dec 28 10:00:29 2013
New Revision: 337845
URL: http://svnweb.freebsd.org/changeset/ports/337845

Log:
  Convert GMAKE to MAKE_CMD for x11-themes/cursor-crystal-theme.
  
  This port no longer gets updates and is very inactive so it is unlikely
  any other changes will be occuring in the near future, so commit this
  minor change by itself.

Modified:
  head/x11-themes/cursor-crystal-theme/Makefile

Modified: head/x11-themes/cursor-crystal-theme/Makefile
==============================================================================
--- head/x11-themes/cursor-crystal-theme/Makefile	Sat Dec 28 09:51:44 2013	(r337844)
+++ head/x11-themes/cursor-crystal-theme/Makefile	Sat Dec 28 10:00:29 2013	(r337845)
@@ -33,7 +33,7 @@ post-patch:
 		${WRKSRC}/white_src/Makefile
 
 pre-build:
-	@(cd ${WRKSRC}; ${ENV} ${MAKE_ENV} ${GMAKE} clean ${MAKE_ARGS})
+	@(cd ${WRKSRC}; ${ENV} ${MAKE_ENV} ${MAKE_CMD} clean ${MAKE_ARGS})
 
 pre-install:
 	@${REINPLACE_CMD} \


More information about the svn-ports-head mailing list