aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-06 17:34:52 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2013-11-06 17:34:52 +0000
commit371923a3df1192824d473d7379908e2d4b53f9c3 (patch)
tree5b40e722750e240bdaa83d7e50b53d13a20b1186
parent4bc951579ff0c01eaea7419fdd6ab12efd36a272 (diff)
downloadports-371923a3df1192824d473d7379908e2d4b53f9c3.tar.gz
ports-371923a3df1192824d473d7379908e2d4b53f9c3.zip
- Fix PKGNAME collision
Notes
Notes: svn path=/head/; revision=333015
-rw-r--r--science/netcdf/Makefile4
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