aboutsummaryrefslogtreecommitdiff
path: root/lang/chibi-scheme/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2016-01-10 10:38:36 +0000
committerMartin Wilke <miwi@FreeBSD.org>2016-01-10 10:38:36 +0000
commit5c9b57a43d05880dc62f9cff17cb907687d2085b (patch)
treeb1ac98c26542fac9d435f2a4340757146ca5601c /lang/chibi-scheme/Makefile
parentab69697f6ca8244327f0462aa5de6f8697e6186b (diff)
downloadports-5c9b57a43d05880dc62f9cff17cb907687d2085b.tar.gz
ports-5c9b57a43d05880dc62f9cff17cb907687d2085b.zip
- Update to 0.7.3
PR: 205982 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=405692
Diffstat (limited to 'lang/chibi-scheme/Makefile')
-rw-r--r--lang/chibi-scheme/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/chibi-scheme/Makefile b/lang/chibi-scheme/Makefile
index b72430f5d3a1..59d96145a51f 100644
--- a/lang/chibi-scheme/Makefile
+++ b/lang/chibi-scheme/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= chibi-scheme
-PORTVERSION= 0.7.2
-PORTREVISION= 1
+PORTVERSION= 0.7.3
CATEGORIES= lang
MAINTAINER= t@tobik.me
@@ -17,7 +16,9 @@ GH_ACCOUNT= ashinn
USES= gmake
USE_LDCONFIG= yes
-MAKE_ARGS= MODDIR=${LOCALBASE}/lib/chibi \
+MAKE_ARGS+= MODDIR=${LOCALBASE}/lib/chibi \
+ MANDIR=${LOCALBASE}/man/man1 \
+ INSTALL_BIN="${INSTALL} -s" \
PKGCONFDIR=${LOCALBASE}/libdata/pkgconfig
.include <bsd.port.mk>