diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-07 01:34:52 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-11-07 01:34:52 +0800 |
commit | 371923a3df1192824d473d7379908e2d4b53f9c3 (patch) | |
tree | 5b40e722750e240bdaa83d7e50b53d13a20b1186 /science | |
parent | 4bc951579ff0c01eaea7419fdd6ab12efd36a272 (diff) | |
download | freebsd-ports-gnome-371923a3df1192824d473d7379908e2d4b53f9c3.tar.gz freebsd-ports-gnome-371923a3df1192824d473d7379908e2d4b53f9c3.tar.zst freebsd-ports-gnome-371923a3df1192824d473d7379908e2d4b53f9c3.zip |
- Fix PKGNAME collision
Diffstat (limited to 'science')
-rw-r--r-- | science/netcdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/netcdf/Makefile b/science/netcdf/Makefile index 31c234be62a8..86ef2d905292 100644 --- a/science/netcdf/Makefile +++ b/science/netcdf/Makefile @@ -3,11 +3,12 @@ PORTNAME= netcdf PORTVERSION= 3.6.3 -PORTREVISION= 4 +PORTREVISION?= 4 CATEGORIES= science MASTER_SITES= http://www.unidata.ucar.edu/downloads/netcdf/ftp/ \ ftp://ftp.unidata.ucar.edu/pub/netcdf/ \ LOCAL/sunpoet +PKGNAMESUFFIX?= 3 MAINTAINER= sunpoet@FreeBSD.org COMMENT?= Library for machine-independent, array-oriented data access @@ -41,7 +42,6 @@ CONFIGURE_ARGS+=--disable-docs-install CPPFLAGS+= -DpgiFortran CONFLICTS+= netcdf-3.* MAN3+= netcdf_f77.3 netcdf_f90.3 -PKGNAMESUFFIX+= -ftn PLIST_SUB+= FORTRAN="" USE_FORTRAN= yes .else |