aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 15:31:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-07 15:31:03 +0000
commit07c2b5e2c07463414a730268ccfce182cc7599e0 (patch)
tree830167882fa8e78cf2f9b5c6423f6a6f4929e121 /science
parent9edd70ed68863d64e758835ebe678cbc9f4f1af8 (diff)
Notes
Diffstat (limited to 'science')
-rw-r--r--science/ruby-dcl/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/science/ruby-dcl/Makefile b/science/ruby-dcl/Makefile
index fe37d2f9c640..c9859cb430f9 100644
--- a/science/ruby-dcl/Makefile
+++ b/science/ruby-dcl/Makefile
@@ -12,9 +12,9 @@ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-${PORTNAME}-${PORTVERSION}
MAINTAINER= murashin@gfd-dennou.org
-COMMENT= A Ruby interface to the scientific graphic library DCL
+COMMENT= Ruby interface to the scientific graphic library DCL
-LICENSE= BSD
+LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
BUILD_DEPENDS= rubygem-narray>=0.5.5:${PORTSDIR}/math/rubygem-narray \
@@ -29,6 +29,8 @@ USE_RUBY_EXTCONF= yes
RUBY_NARRAY_VERSION= `make -C ${PORTSDIR}/math/rubygem-narray -V PORTVERSION`
RUBY_NARRAY_PKGNAME= narray-${RUBY_NARRAY_VERSION}
CONFIGURE_ARGS+= --with-narray-include=${LOCALBASE}/lib/ruby/gems/${RUBY_VER}/gems/${RUBY_NARRAY_PKGNAME}/
+MAKE_ARGS= INSTALL_PROG="${INSTALL_PROGRAM}" \
+ INSTALL_DATA="${INSTALL_DATA}"
DOCSDIR= ${RUBY_MODDOCDIR}
EXAMPLESDIR= ${RUBY_MODEXAMPLESDIR}