aboutsummaryrefslogtreecommitdiff
path: root/lang/nim/Makefile
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2015-10-28 12:57:46 +0000
committerMathieu Arnold <mat@FreeBSD.org>2015-10-28 12:57:46 +0000
commit4b2033bc3a66bec11cd5d90547c27e5a5a587bf3 (patch)
treeae19719624cd41764911b2f52154864d4b35dc2d /lang/nim/Makefile
parentffc04dc3236184736d7339ec606596fe2334f4fd (diff)
downloadports-4b2033bc3a66bec11cd5d90547c27e5a5a587bf3.tar.gz
ports-4b2033bc3a66bec11cd5d90547c27e5a5a587bf3.zip
Update to 0.11.2
PR: 203981 Submitted by: Torsten Zühlsdorff Approved by: maintainer Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=400388
Diffstat (limited to 'lang/nim/Makefile')
-rw-r--r--lang/nim/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile
index 151b36f59299..d0130c9699de 100644
--- a/lang/nim/Makefile
+++ b/lang/nim/Makefile
@@ -2,13 +2,12 @@
# $FreeBSD$
PORTNAME= nim
-PORTVERSION= 0.10.2
-PORTREVISION= 0
+PORTVERSION= 0.11.2
CATEGORIES= lang
MASTER_SITES= http://nim-lang.org/download/
MAINTAINER= ports@nicandneal.net
-COMMENT= The Nim programming language
+COMMENT= Nim programming language
LICENSE= MIT
@@ -35,4 +34,7 @@ do-build:
do-install:
cd ${WRKSRC} && ${SH} install.sh ${STAGEDIR}${PREFIX}
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/nim
+
.include <bsd.port.post.mk>