mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
- Strip binaries
- Remove use of @dirrm
This commit is contained in:
parent
d5ca8344d2
commit
809661ca34
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=371541
@ -28,5 +28,10 @@ post-install:
|
||||
.for f in NEWS README
|
||||
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
|
||||
.endfor
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/magicrescue
|
||||
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/dupemap
|
||||
.for f in safecat inputseek textextract
|
||||
@${STRIP_CMD} ${STAGEDIR}${DATADIR}/tools/${f}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -39,4 +39,3 @@ man/man1/magicsort.1.gz
|
||||
%%DATADIR%%/tools/textextract
|
||||
%%PORTDOCS%%%%DOCSDIR%%/NEWS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user