diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:00 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-05 04:15:00 +0800 |
commit | f78b24b156dc90fddb1df271856f7c44a63ac1f8 (patch) | |
tree | 178e0572e34fb67d293ea19b31ced253295dde4c /science | |
parent | 6b013fcfd8648484fa4bb4c248715fb8d242852e (diff) | |
download | freebsd-ports-gnome-f78b24b156dc90fddb1df271856f7c44a63ac1f8.tar.gz freebsd-ports-gnome-f78b24b156dc90fddb1df271856f7c44a63ac1f8.tar.zst freebsd-ports-gnome-f78b24b156dc90fddb1df271856f7c44a63ac1f8.zip |
- Add LICENSE_FILE
- Update RUN_DEPENDS: remove redundant LOCALBASE/bin
Diffstat (limited to 'science')
-rw-r--r-- | science/rubygem-cdo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/rubygem-cdo/Makefile b/science/rubygem-cdo/Makefile index d8787069d2cd..23c0a381004b 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 |