svn commit: r349790 - head/science/hdf5
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Mar 31 19:05:37 UTC 2014
Author: amdmi3
Date: Mon Mar 31 19:05:36 2014
New Revision: 349790
URL: http://svnweb.freebsd.org/changeset/ports/349790
QAT: https://qat.redports.org/buildarchive/r349790/
Log:
- Support staging
Approved by: portmgr (blanket)
Modified:
head/science/hdf5/Makefile
Modified: head/science/hdf5/Makefile
==============================================================================
--- head/science/hdf5/Makefile Mon Mar 31 19:05:03 2014 (r349789)
+++ head/science/hdf5/Makefile Mon Mar 31 19:05:36 2014 (r349790)
@@ -31,7 +31,6 @@ CONFIGURE_ARGS= --disable-debug \
ALL_TARGET= lib progs
MAKE_JOBS_UNSAFE= yes
-NO_STAGE= yes
.include <bsd.port.pre.mk>
.if defined(WITH_FORTRAN)
@@ -67,7 +66,7 @@ post-patch:
post-install:
.for i in gif2h5 h52gif h5debug h5diff h5dump h5import h5jam h5ls h5repack h5repart h5unjam
- @${STRIP_CMD} ${PREFIX}/bin/${i}
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i}
.endfor
regression-test: build
More information about the svn-ports-all
mailing list