1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

- Support staging

Approved by:	portmgr (blanket)
This commit is contained in:
Dmitry Marakasov 2014-03-31 19:05:36 +00:00
parent 74f92659f1
commit d2b1e12d38
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349790

View File

@ -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