svn commit: r352911 - head/science/netcdf-cxx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat May 3 14:35:33 UTC 2014


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


More information about the svn-ports-all mailing list