diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-19 10:28:19 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-19 10:28:19 +0800 |
commit | 3fa7045404d40fb3cecb28846f68d4dcee813ccb (patch) | |
tree | c212b22665cb321802028d6b5caef26351eee32b /science/cdo | |
parent | 2f15e9d85df859f6a0325dd12263183cb46a9fb9 (diff) | |
download | freebsd-ports-gnome-3fa7045404d40fb3cecb28846f68d4dcee813ccb.tar.gz freebsd-ports-gnome-3fa7045404d40fb3cecb28846f68d4dcee813ccb.tar.zst freebsd-ports-gnome-3fa7045404d40fb3cecb28846f68d4dcee813ccb.zip |
- Reformat pkg-message
- Show pkg-message when install via ports
PR: ports/106885
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Diffstat (limited to 'science/cdo')
-rw-r--r-- | science/cdo/Makefile | 3 | ||||
-rw-r--r-- | science/cdo/pkg-message | 3 |
2 files changed, 5 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index 9f720b425e32..f5d840284d86 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -38,4 +38,7 @@ CONFIGURE_ARGS+= --with-netcdf=${LOCALBASE} LIB_DEPENDS+= netcdf.1:${PORTSDIR}/science/netcdf .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.mk> diff --git a/science/cdo/pkg-message b/science/cdo/pkg-message index 9fcc65b65a4d..d44d786408ce 100644 --- a/science/cdo/pkg-message +++ b/science/cdo/pkg-message @@ -2,6 +2,7 @@ In CDO version 1.0.6, three new environment variables were introduced: - CDO_DISABLE_HISTORY: If set to 1, the netCDF history attribute of input datasets is not used. - CDO_DISABLE_FILESUFFIX: - If set to 1, file suffix (.grb, .nc, ...) will not be added to the output file name of split*. + If set to 1, file suffix (.grb, .nc, ...) will not be added to the output + file name of split*. - IGNORE_ATT_COORDINATES: If set to 1, netCDF variable attribute "coordinates" will be ignored. |