Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Feb 2020 00:38:49 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r526078 - head/www/unit
Message-ID:  <202002140038.01E0cn44045163@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Fri Feb 14 00:38:49 2020
New Revision: 526078
URL: https://svnweb.freebsd.org/changeset/ports/526078

Log:
  Use make, it works fine.

Modified:
  head/www/unit/Makefile

Modified: head/www/unit/Makefile
==============================================================================
--- head/www/unit/Makefile	Thu Feb 13 23:46:45 2020	(r526077)
+++ head/www/unit/Makefile	Fri Feb 14 00:38:49 2020	(r526078)
@@ -91,7 +91,7 @@ CONFIGURE_ARGS+=--control=unix:${UNIT_SOCK}
 .endif
 
 post-build-DEVKIT-on:
-	@cd ${WRKSRC} && ${GMAKE} build/libunit.a
+	@cd ${WRKSRC} && ${MAKE} build/libunit.a
 
 .if !target(post-install)
 post-install:
@@ -102,7 +102,7 @@ post-install:
 	${MKDIR} ${STAGEDIR}${PREFIX}/libexec/unit/modules
 
 post-install-DEVKIT-on:
-	${GMAKE} -C ${WRKSRC} libunit-install DESTDIR=${STAGEDIR}
+	${MAKE} -C ${WRKSRC} libunit-install DESTDIR=${STAGEDIR}
 .endif
 
 .include <bsd.port.mk>



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