Strip resulting binary
PR: ports/74391 Submitted by: Eugene Ossintsev
This commit is contained in:
parent
9f0169f4e4
commit
95046972e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122507
2 changed files with 6 additions and 0 deletions
|
@ -66,4 +66,7 @@ post-patch:
|
|||
${WRKSRC}/${MAKEFILE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/darcs
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -66,4 +66,7 @@ post-patch:
|
|||
${WRKSRC}/${MAKEFILE}
|
||||
.endif
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${PREFIX}/bin/darcs
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue