pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/hdf5
Module Name: pkgsrc
Committed By: markd
Date: Wed Nov 22 10:34:10 UTC 2017
Modified Files:
pkgsrc/devel/hdf5: Makefile
Log Message:
hdf5: install h5clear binary, not the libtool wrapper script
To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/devel/hdf5/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/hdf5/Makefile
diff -u pkgsrc/devel/hdf5/Makefile:1.48 pkgsrc/devel/hdf5/Makefile:1.49
--- pkgsrc/devel/hdf5/Makefile:1.48 Wed Nov 15 20:28:27 2017
+++ pkgsrc/devel/hdf5/Makefile Wed Nov 22 10:34:10 2017
@@ -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 @@ INSTALLATION_DIRS+= share/examples/hdf5/
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