diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-25 23:29:35 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-25 23:29:35 +0800 |
commit | e80adc6ccfd6546daca899893eba40c8d4a0dbba (patch) | |
tree | df6eb799576f62e9a696e2057243aac26a08ec2c /science | |
parent | bfcf305046acc7003895fc287ae58c8e54a348ae (diff) | |
download | freebsd-ports-gnome-e80adc6ccfd6546daca899893eba40c8d4a0dbba.tar.gz freebsd-ports-gnome-e80adc6ccfd6546daca899893eba40c8d4a0dbba.tar.zst freebsd-ports-gnome-e80adc6ccfd6546daca899893eba40c8d4a0dbba.zip |
- Fix plist
PR: ports/107192
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/cdo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/cdo/Makefile b/science/cdo/Makefile index f5d840284d86..b1460d8cffb8 100644 --- a/science/cdo/Makefile +++ b/science/cdo/Makefile @@ -23,7 +23,7 @@ CONFIGURE_ENV= CC="${CC}" \ CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \ LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" -PLIST_FILES= bin/cdo +PLIST_FILES= bin/cdo bin/cdotest OPTIONS= HDF5 "HDF5 support" off \ NETCDF "NETCDF support" off |