diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-10-27 09:50:21 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-10-27 09:50:21 +0000 |
commit | 809661ca34b1683e19f5e4f1b5e4fc4f1bf336fe (patch) | |
tree | 6ce863064ed940f10d654e97dd90a31127fde807 | |
parent | d5ca8344d2fb7f74fb5a666d2a7cdd58cd0a423f (diff) | |
download | ports-809661ca34b1683e19f5e4f1b5e4fc4f1bf336fe.tar.gz ports-809661ca34b1683e19f5e4f1b5e4fc4f1bf336fe.zip |
Notes
-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%% |