diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 02:28:19 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-19 02:28:19 +0000 |
commit | 63e91a92824be9ab18afa05a52362ea4efa6b967 (patch) | |
tree | a70e9a66e613482e8c7b55fbbe5fcd8c4e3ae6cc /science/cdo | |
parent | ce64dc58a7805e7a98ca3129e48ec60ca5b7e656 (diff) | |
download | ports-63e91a92824be9ab18afa05a52362ea4efa6b967.tar.gz ports-63e91a92824be9ab18afa05a52362ea4efa6b967.zip |
Notes
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. |