svn commit: r478280 - head/lang/ponyc

Thomas Zander riggs at FreeBSD.org
Tue Aug 28 05:05:19 UTC 2018


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 at 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 at 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}
 


More information about the svn-ports-head mailing list