Strip resulting binary

PR:		ports/74391
Submitted by:	Eugene Ossintsev
This commit is contained in:
Volker Stolz 2004-11-26 15:50:57 +00:00
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

View file

@ -66,4 +66,7 @@ post-patch:
${WRKSRC}/${MAKEFILE}
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/darcs
.include <bsd.port.post.mk>

View file

@ -66,4 +66,7 @@ post-patch:
${WRKSRC}/${MAKEFILE}
.endif
post-install:
@${STRIP_CMD} ${PREFIX}/bin/darcs
.include <bsd.port.post.mk>