aboutsummaryrefslogtreecommitdiff
path: root/science/netcdf4/Makefile
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2008-07-20 20:25:18 +0000
committerBeech Rintoul <beech@FreeBSD.org>2008-07-20 20:25:18 +0000
commit296e7c6dc9afa7899aff5ec7931cbaab8a871ccc (patch)
treee07c8fcb8c3c0cad55f5ff59f16c49f620fb3402 /science/netcdf4/Makefile
parente138b520734bd403b870beb0d5493af3e4c8fcaa (diff)
downloadports-296e7c6dc9afa7899aff5ec7931cbaab8a871ccc.tar.gz
ports-296e7c6dc9afa7899aff5ec7931cbaab8a871ccc.zip
- Add regression-target since the port recommends running the checks before installing.
- Fix distinfo - Bump portrevision PR: ports/125550 Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com> Approved by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer, with changes)
Notes
Notes: svn path=/head/; revision=217218
Diffstat (limited to 'science/netcdf4/Makefile')
-rw-r--r--science/netcdf4/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/science/netcdf4/Makefile b/science/netcdf4/Makefile
index eeaf67fdff5c..45d76cf3c598 100644
--- a/science/netcdf4/Makefile
+++ b/science/netcdf4/Makefile
@@ -7,10 +7,10 @@
PORTNAME= netcdf
PORTVERSION= 3.6.3
+PORTREVISION= 1
CATEGORIES= science
-MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/%SUBDIR%/ \
+MASTER_SITES= ftp://ftp.unidata.ucar.edu/pub/netcdf/ \
http://sunpoet.net/distfiles/
-MASTER_SITE_SUBDIR= . old
MAINTAINER= sunpoet@sunpoet.net
COMMENT= Library for machine-independent, array-oriented data access
@@ -40,4 +40,7 @@ post-install:
.endfor
.endif
+regression-test: build
+ @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} check
+
.include <bsd.port.mk>