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:
parent
74f92659f1
commit
d2b1e12d38
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349790
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user