diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 14:49:02 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-08 14:49:02 +0000 |
commit | 05f5fc5134df22fba81be02f5917a4a097013efe (patch) | |
tree | 154b811e3c02f8524c7f9e5c336d06a556579e16 /science | |
parent | 7645bf0c5c8c75203b8c7f788a274e96d3d0f992 (diff) | |
download | ports-05f5fc5134df22fba81be02f5917a4a097013efe.tar.gz ports-05f5fc5134df22fba81be02f5917a4a097013efe.zip |
- USES=libtool tar:bzip2
- Add INSTALL_TARGET=install-strip
- Use MAKE_CMD
Notes
Notes:
svn path=/head/; revision=361252
Diffstat (limited to 'science')
-rw-r--r-- | science/hdf/Makefile | 9 | ||||
-rw-r--r-- | science/hdf/pkg-plist | 4 |
2 files changed, 7 insertions, 6 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile index fbab29160381..c59fca853183 100644 --- a/science/hdf/Makefile +++ b/science/hdf/Makefile @@ -3,7 +3,7 @@ PORTNAME= hdf DISTVERSION= 4.2.8 -PORTREVISION= 2 +PORTREVISION= 3 PORTEPOCH= 1 CATEGORIES= science archivers graphics MASTER_SITES= http://www.hdfgroup.org/ftp/HDF/releases/%SUBDIR%/ @@ -17,12 +17,12 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ CONFLICTS= netcdf-* -USES= fortran -USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-jpeg="${LOCALBASE}" \ --with-szlib="${LOCALBASE}" \ --enable-shared +INSTALL_TARGET= install-strip +USES= fortran libtool tar:bzip2 USE_LDCONFIG= yes BROKEN_powerpc= Does not compile on powerpc @@ -36,6 +36,7 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/man/gr_chunk.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 check regression-test test: build - ${MAKE} -C ${WRKSRC}/hdf/test check + @(cd ${WRKSRC}/hdf/test && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) .include <bsd.port.mk> diff --git a/science/hdf/pkg-plist b/science/hdf/pkg-plist index 5d4e1faeb518..87438b88a5f5 100644 --- a/science/hdf/pkg-plist +++ b/science/hdf/pkg-plist @@ -82,14 +82,14 @@ include/tbbt.h include/vattr.h include/vg.h lib/libdf.a -lib/libdf.la lib/libdf.so lib/libdf.so.2 +lib/libdf.so.2.0.0 lib/libhdf4.settings lib/libmfhdf.a -lib/libmfhdf.la lib/libmfhdf.so lib/libmfhdf.so.3 +lib/libmfhdf.so.3.0.0 man/man1/hdf.1.gz man/man1/hdfunpac.1.gz man/man1/ncdump.1.gz |