From f78b24b156dc90fddb1df271856f7c44a63ac1f8 Mon Sep 17 00:00:00 2001 From: sunpoet Date: Wed, 4 Nov 2015 20:15:00 +0000 Subject: - Add LICENSE_FILE - Update RUN_DEPENDS: remove redundant LOCALBASE/bin --- science/rubygem-cdo/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'science') diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile index d8787069d2c..23c0a381004 100644 --- a/science/rubygem-cdo/Makefile +++ b/science/rubygem-cdo/Makefile @@ -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 -- cgit reebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Sanitize COMMENT per Section 5.6 of the FreeBSD Porter's Handbook (part 3).Alexey Dokuchaev2020-05-27