svn commit: r350504 - head/science/ruby-netcdf

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 7 15:33:09 UTC 2014


Author: bapt
Date: Mon Apr  7 15:33:08 2014
New Revision: 350504
URL: http://svnweb.freebsd.org/changeset/ports/350504
QAT: https://qat.redports.org/buildarchive/r350504/

Log:
  Allow packaging as a user

Modified:
  head/science/ruby-netcdf/Makefile

Modified: head/science/ruby-netcdf/Makefile
==============================================================================
--- head/science/ruby-netcdf/Makefile	Mon Apr  7 15:31:03 2014	(r350503)
+++ head/science/ruby-netcdf/Makefile	Mon Apr  7 15:33:08 2014	(r350504)
@@ -13,14 +13,16 @@ DISTNAME=	ruby-${PORTNAME}-${PORTVERSION
 DIST_SUBDIR=	ruby
 
 MAINTAINER=	ruby at FreeBSD.org
-COMMENT=	A Ruby interface to the NetCDF scientific IO library
+COMMENT=	Ruby interface to the NetCDF scientific IO library
 
 BUILD_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
-LIB_DEPENDS=	netcdf.4:${PORTSDIR}/science/netcdf
+LIB_DEPENDS=	libnetcdf.so:${PORTSDIR}/science/netcdf
 RUN_DEPENDS=	${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray
 
 USE_RUBY=	yes
 USE_RUBY_EXTCONF=	yes
+MAKE_ARGS=	INSTALL_PROG="${INSTALL_PROGRAM}" \
+		INSTALL_DATA="${INSTALL_DATA}"
 
 DOCS=		ChangeLog ToDo doc/*
 


More information about the svn-ports-all mailing list