Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 May 2014 14:35:33 +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: r352911 - head/science/netcdf-cxx
Message-ID:  <201405031435.s43EZXlU097499@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat May  3 14:35:33 2014
New Revision: 352911
URL: http://svnweb.freebsd.org/changeset/ports/352911
QAT: https://qat.redports.org/buildarchive/r352911/

Log:
  - Fix WRKSRC

Modified:
  head/science/netcdf-cxx/Makefile

Modified: head/science/netcdf-cxx/Makefile
==============================================================================
--- head/science/netcdf-cxx/Makefile	Sat May  3 14:13:11 2014	(r352910)
+++ head/science/netcdf-cxx/Makefile	Sat May  3 14:35:33 2014	(r352911)
@@ -19,7 +19,7 @@ GNU_CONFIGURE=	yes
 LDFLAGS+=	-L${LOCALBASE}/lib
 USE_LDCONFIG=	yes
 USES=		pathfix
-WRKSRC=		${WRKDIR}/Unidata-${PORTNAME}4-b477274
+WRKSRC=		${WRKDIR}/${PORTNAME}4-${PORTVERSION}
 
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libnetcdf_c++4.so.1



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