aboutsummaryrefslogtreecommitdiff
path: root/lang/ponyc/Makefile
diff options
context:
space:
mode:
authorFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-06-04 17:44:44 +0000
committerFernando ApesteguĂ­a <fernape@FreeBSD.org>2018-06-04 17:44:44 +0000
commitfe49cd9666de27d9176be46efb4b30379597559f (patch)
tree21d9e0079ae3a06299c9389a9538fc01bd561d2c /lang/ponyc/Makefile
parent1ff391c69db2a477fd558fd63ca72acfa56c8df1 (diff)
downloadports-fe49cd9666de27d9176be46efb4b30379597559f.tar.gz
ports-fe49cd9666de27d9176be46efb4b30379597559f.zip
lang/ponyc: update to 0.22.2
PR: 228549 Reported by: greg@unrelenting.technology (maintainer) Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D15644
Notes
Notes: svn path=/head/; revision=471575
Diffstat (limited to 'lang/ponyc/Makefile')
-rw-r--r--lang/ponyc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/ponyc/Makefile b/lang/ponyc/Makefile
index 7b05136d82a5..aefef01ea2d6 100644
--- a/lang/ponyc/Makefile
+++ b/lang/ponyc/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= ponyc
-PORTVERSION= 0.21.0
+DISTVERSION= 0.22.2
CATEGORIES= lang
MAINTAINER= greg@unrelenting.technology
@@ -25,17 +25,17 @@ MAKE_ARGS= config=release
LLVM_VERSION= 50
-PLIST_SUB= VERSION="${PORTVERSION}"
+PLIST_SUB= VERSION="${DISTVERSION}"
USE_GITHUB= yes
GH_ACCOUNT= ponylang
PORTDOCS= *.md
-MAKE_ENV= destdir=${STAGEDIR} prefix=${PREFIX} verbose=true
+MAKE_ENV= prefix=${PREFIX} verbose=true
post-install:
- ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${PORTVERSION}/bin/ponyc
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pony/${DISTVERSION}/bin/ponyc
post-install-DOCS-on:
${MKDIR} ${STAGEDIR}${DOCSDIR}