diff options
author | thierry <thierry@FreeBSD.org> | 2007-12-12 05:08:51 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2007-12-12 05:08:51 +0800 |
commit | d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae (patch) | |
tree | 713de9c9489a35bd977e146d10b6cb867198d10a /science/cdf/Makefile | |
parent | 7600fce63e1a244fa859c170c80173ae4b5c2644 (diff) | |
download | freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.tar.gz freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.tar.zst freebsd-ports-gnome-d3bc1fe0c6f2e985f60b549bdc587e0fb2733dae.zip |
Upgrade to 3.2.
Changelog at
<ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf32/unix/CHANGES.txt>.
Diffstat (limited to 'science/cdf/Makefile')
-rw-r--r-- | science/cdf/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/science/cdf/Makefile b/science/cdf/Makefile index 1068ff5c2b95..3651931be1d2 100644 --- a/science/cdf/Makefile +++ b/science/cdf/Makefile @@ -6,13 +6,11 @@ # PORTNAME= cdf3 -PORTVERSION= 3.1 -PORTREVISION= 7 +PORTVERSION= 3.2 CATEGORIES= science MASTER_SITES= ${MASTER_SITE_LOCAL} \ - ftp://nssdcftp.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ \ - http://windsor.gsfc.nasa.gov/standards/cdf/dist/cdf${VER}/unix-linux/ -MASTER_SITE_SUBDIR= thierry/${PKGNAME} + ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf${VER}/unix/ +MASTER_SITE_SUBDIR= thierry/${PORTNAME} DISTNAME= cdf${VER}-dist-cdf DIST_SUBDIR= ${PKGNAME} @@ -27,7 +25,7 @@ VER= ${PORTVERSION:S/.//} USE_FORTRAN= yes -WRKSRC= ${WRKDIR}/cdf${VER}-dist +WRKSRC= ${WRKDIR}/cdf${VER}-dist-readonly SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -60,10 +58,8 @@ post-install: @${CAT} ${PKGMESSAGE} @${ECHO_MSG} -.if defined(MAINTAINER_MODE) -regression-test: build +regression-test: (cd ${BUILD_WRKSRC} ; \ ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} test) -.endif .include <bsd.port.post.mk> |