Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2015 20:15:00 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r400806 - head/science/rubygem-cdo
Message-ID:  <201511042015.tA4KF091064120@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Nov  4 20:15:00 2015
New Revision: 400806
URL: https://svnweb.freebsd.org/changeset/ports/400806

Log:
  - Add LICENSE_FILE
  - Update RUN_DEPENDS: remove redundant LOCALBASE/bin

Modified:
  head/science/rubygem-cdo/Makefile

Modified: head/science/rubygem-cdo/Makefile
==============================================================================
--- head/science/rubygem-cdo/Makefile	Wed Nov  4 20:14:57 2015	(r400805)
+++ head/science/rubygem-cdo/Makefile	Wed Nov  4 20:15:00 2015	(r400806)
@@ -10,8 +10,9 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Ruby binding to CDO (Climate Data Operators)
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${LOCALBASE}/bin/cdo:${PORTSDIR}/science/cdo
+RUN_DEPENDS=	cdo:${PORTSDIR}/science/cdo
 
 NO_ARCH=	yes
 USE_RUBY=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511042015.tA4KF091064120>