Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 6 Nov 2013 17:35:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r333016 - head/science/netcdf3-ftn
Message-ID:  <201311061735.rA6HZocV072492@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311061735.rA6HZocV072492>