diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-11-07 01:34:52 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-11-07 01:34:52 +0800 |
commit | fd5a5023824cdf044d1fd0f0b4c49dddc2c349a1 (patch) | |
tree | 5b40e722750e240bdaa83d7e50b53d13a20b1186 /science/netcdf | |
parent | c4e896161f81ecbe78d9a6a07f8a9a3181721bbc (diff) | |
download | freebsd-ports-gnome-fd5a5023824cdf044d1fd0f0b4c49dddc2c349a1.tar.gz freebsd-ports-gnome-fd5a5023824cdf044d1fd0f0b4c49dddc2c349a1.tar.zst freebsd-ports-gnome-fd5a5023824cdf044d1fd0f0b4c49dddc2c349a1.zip |
- Fix PKGNAME collision
Diffstat (limited to 'science/netcdf')
-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 |