diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-10-27 17:50:21 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-10-27 17:50:21 +0800 |
commit | 9f81b5fd1c3386004ed74c56b60f958f2d86a2ee (patch) | |
tree | 6ce863064ed940f10d654e97dd90a31127fde807 /sysutils | |
parent | 6443b4762926c6f0183d50ee140ab3bbeb5f4002 (diff) | |
download | freebsd-ports-gnome-9f81b5fd1c3386004ed74c56b60f958f2d86a2ee.tar.gz freebsd-ports-gnome-9f81b5fd1c3386004ed74c56b60f958f2d86a2ee.tar.zst freebsd-ports-gnome-9f81b5fd1c3386004ed74c56b60f958f2d86a2ee.zip |
- Strip binaries
- Remove use of @dirrm
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/magicrescue/Makefile | 5 | ||||
-rw-r--r-- | sysutils/magicrescue/pkg-plist | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index 8ac1b1097169..9fffd22783c7 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -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> diff --git a/sysutils/magicrescue/pkg-plist b/sysutils/magicrescue/pkg-plist index 9ebdb8f46fbc..25544b610b77 100644 --- a/sysutils/magicrescue/pkg-plist +++ b/sysutils/magicrescue/pkg-plist @@ -39,4 +39,3 @@ man/man1/magicsort.1.gz %%DATADIR%%/tools/textextract %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% |