svn commit: r333015 - head/science/netcdf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Nov 6 17:34:52 UTC 2013
Author: sunpoet
Date: Wed Nov 6 17:34:52 2013
New Revision: 333015
URL: http://svnweb.freebsd.org/changeset/ports/333015
Log:
- Fix PKGNAME collision
Modified:
head/science/netcdf/Makefile (contents, props changed)
Modified: head/science/netcdf/Makefile
==============================================================================
--- head/science/netcdf/Makefile Wed Nov 6 17:28:33 2013 (r333014)
+++ head/science/netcdf/Makefile Wed Nov 6 17:34:52 2013 (r333015)
@@ -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 at 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
More information about the svn-ports-head
mailing list