aboutsummaryrefslogtreecommitdiff
path: root/science/hdf
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2009-01-15 22:33:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2009-01-15 22:33:30 +0000
commitd6bc85016e248590b5e6652bd4956a7809ce3c8c (patch)
tree1786a638b2703f10f58149e3efb06c130247247d /science/hdf
parentf93a8b1df2c5317a6ca0eef9bc657bebf974c70e (diff)
downloadports-d6bc85016e248590b5e6652bd4956a7809ce3c8c.tar.gz
ports-d6bc85016e248590b5e6652bd4956a7809ce3c8c.zip
- Fix shlib symlink
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=226203
Diffstat (limited to 'science/hdf')
-rw-r--r--science/hdf/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/science/hdf/Makefile b/science/hdf/Makefile
index e08a90f33d2d..cc75a0b24758 100644
--- a/science/hdf/Makefile
+++ b/science/hdf/Makefile
@@ -7,7 +7,7 @@
PORTNAME= hdf
PORTVERSION= 4.2r3
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= science archivers graphics
MASTER_SITES= ftp://ftp.hdfgroup.org/HDF/HDF_Current/src/:src \
ftp://ftp.hdfgroup.org/HDF/Documentation/${PORTVERSION}/:doc \
@@ -76,7 +76,7 @@ post-install:
${INSTALL_DATA} ${WRKSRC}_SHARED/mfhdf/libsrc/libmfhdf.so.${SHLIBVER_LIBMFHDF} ${PREFIX}/lib
${INSTALL_DATA} ${WRKSRC}_SHARED/hdf/src/libdf.so.${SHLIBVER_MDF} ${PREFIX}/lib
${LN} -sf libmfhdf.so.${SHLIBVER_LIBMFHDF} ${PREFIX}/lib/libmfhdf.so
- ${LN} -sf libmdf.so.${SHLIBVER_MDF} ${PREFIX}/lib/libmdf.so
+ ${LN} -sf libdf.so.${SHLIBVER_MDF} ${PREFIX}/lib/libdf.so
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for file in ${DOCFILES} ${SZIP_DOCFILE}