pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/hdf5 hdf5: install h5clear binary, not the libto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa6f819c5ede
branches: trunk
changeset: 371771:fa6f819c5ede
user: markd <markd%pkgsrc.org@localhost>
date: Wed Nov 22 10:34:10 2017 +0000
description:
hdf5: install h5clear binary, not the libtool wrapper script
diffstat:
devel/hdf5/Makefile | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r a3c53908884e -r fa6f819c5ede devel/hdf5/Makefile
--- a/devel/hdf5/Makefile Wed Nov 22 08:49:42 2017 +0000
+++ b/devel/hdf5/Makefile Wed Nov 22 10:34:10 2017 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.48 2017/11/15 20:28:27 minskim Exp $
+# $NetBSD: Makefile,v 1.49 2017/11/22 10:34:10 markd Exp $
COMMENT= Hierarchical Data Format (new generation)
+PKGREVISION= 1
INSTALLATION_DIRS= bin lib include
INSTALLATION_DIRS+= share/doc/hdf5
@@ -9,7 +10,7 @@
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/tools/src/misc/h5cc \
${DESTDIR}${PREFIX}/bin/
- ${INSTALL_SCRIPT} ${WRKSRC}/tools/src/misc/h5clear \
+ libtool --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/tools/src/misc/h5clear \
${DESTDIR}${PREFIX}/bin/
${INSTALL_SCRIPT} ${WRKSRC}/tools/src/misc/h5redeploy.in \
${DESTDIR}${PREFIX}/bin/h5redeploy
Home |
Main Index |
Thread Index |
Old Index