diff options
author | John Marino <marino@FreeBSD.org> | 2013-07-22 18:17:31 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-07-22 18:17:31 +0000 |
commit | 5b6a2d1f65784f22e46b920ecf4c1139732fd150 (patch) | |
tree | 8ab34b076872c1309a464db987319cbbf583d31d /science | |
parent | c3b2b09540d9f1d27d7997029f1f39214dbc773c (diff) | |
download | ports-5b6a2d1f65784f22e46b920ecf4c1139732fd150.tar.gz ports-5b6a2d1f65784f22e46b920ecf4c1139732fd150.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf5/Makefile | 9 | ||||
-rw-r--r-- | science/hdf5/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | science/hdf5/pkg-plist | 1 |
3 files changed, 13 insertions, 8 deletions
diff --git a/science/hdf5/Makefile b/science/hdf5/Makefile index 332153bbe3a5..a06dd96c4a13 100644 --- a/science/hdf5/Makefile +++ b/science/hdf5/Makefile @@ -1,14 +1,9 @@ -# ex:ts=8 -# New ports collection makefile for: HDF5 -# Date created: Jul 7, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD$ -# PORTNAME= hdf5 PORTVERSION= 1.6.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science archivers graphics MASTER_SITES= ftp://ftp.hdfgroup.org/HDF5/current16/src/ \ ftp://ftp.hdfgroup.org/HDF5/prev-releases/ \ diff --git a/science/hdf5/files/patch-Makefile.in b/science/hdf5/files/patch-Makefile.in new file mode 100644 index 000000000000..f2dc8dd97cf4 --- /dev/null +++ b/science/hdf5/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig 2009-05-01 02:23:03.000000000 +0000 ++++ Makefile.in +@@ -93,7 +93,7 @@ uninstall-all: + @$(MAKE) uninstall-doc + + install: +- @@SETX@; for d in $(SUBDIRS) perform; do \ ++ @@SETX@; for d in $(SUBDIRS); do \ + (cd $$d && $(MAKE) $@) || exit 1; \ + done + @$(MAKE) install-examples diff --git a/science/hdf5/pkg-plist b/science/hdf5/pkg-plist index 34c64cb2a741..ba8217caef46 100644 --- a/science/hdf5/pkg-plist +++ b/science/hdf5/pkg-plist @@ -9,7 +9,6 @@ bin/h5dump bin/h5import bin/h5jam bin/h5ls -bin/h5perf bin/h5redeploy bin/h5repack bin/h5repart |