devel/cpuflags: support stage
This commit is contained in:
parent
74ca30aff7
commit
b3b746bd13
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360753
1 changed files with 1 additions and 2 deletions
|
@ -9,8 +9,7 @@ MASTER_SITES= http://awesom.eu/~acieroid/files/ports/${PORTNAME}/
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Determine compiler flags to best target current cpu
|
||||
|
||||
NO_STAGE= yes
|
||||
post-install:
|
||||
${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${PREFIX}/bin/cpuflags
|
||||
${REINPLACE_CMD} -i '' -e "s,@@SH@@,${SH:Q}," ${STAGEDIR}${PREFIX}/bin/cpuflags
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue