Date: Tue, 28 Aug 2018 05:05:18 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478280 - head/lang/ponyc Message-ID: <201808280505.w7S55IBJ082252@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Tue Aug 28 05:05:17 2018 New Revision: 478280 URL: https://svnweb.freebsd.org/changeset/ports/478280 Log: Ensure PONYARCH is set correctly. Reported by: mat (via mail) Approved by: greg@unrelenting.technology (maintainer, via mail) Modified: head/lang/ponyc/Makefile Modified: head/lang/ponyc/Makefile ============================================================================== --- head/lang/ponyc/Makefile Tue Aug 28 04:53:11 2018 (r478279) +++ head/lang/ponyc/Makefile Tue Aug 28 05:05:17 2018 (r478280) @@ -2,6 +2,7 @@ PORTNAME= ponyc DISTVERSION= 0.24.4 +PORTREVISION= 1 CATEGORIES= lang MAINTAINER= greg@unrelenting.technology @@ -31,6 +32,8 @@ USE_GITHUB= yes GH_ACCOUNT= ponylang PORTDOCS= *.md + +.include <bsd.port.options.mk> MAKE_ENV= prefix=${PREFIX} verbose=true arch=${PONYARCH}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808280505.w7S55IBJ082252>