svn commit: r333016 - head/science/netcdf3-ftn

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Nov 6 17:35:50 UTC 2013


Author: sunpoet
Date: Wed Nov  6 17:35:50 2013
New Revision: 333016
URL: http://svnweb.freebsd.org/changeset/ports/333016

Log:
  - Fix PKGNAME collision
  - Remove LATEST_LINK
  - Remove NO_STAGE for slave port

Modified:
  head/science/netcdf3-ftn/Makefile

Modified: head/science/netcdf3-ftn/Makefile
==============================================================================
--- head/science/netcdf3-ftn/Makefile	Wed Nov  6 17:34:52 2013	(r333015)
+++ head/science/netcdf3-ftn/Makefile	Wed Nov  6 17:35:50 2013	(r333016)
@@ -2,14 +2,13 @@
 # $FreeBSD$
 
 PORTNAME=	netcdf
+PKGNAMESUFFIX=	3-ftn
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	NetCDF (network Common Data Form), with Fortran support
 
-LATEST_LINK=	netcdf3-ftn
 MASTERDIR=	${.CURDIR}/../netcdf
 
 WITH_FORTRAN=	yes
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"


More information about the svn-ports-all mailing list