Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Dec 2013 10:00:30 +0000 (UTC)
From:      David Naylor <dbn@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r337845 - head/x11-themes/cursor-crystal-theme
Message-ID:  <201312281000.rBSA0U51032155@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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} \



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