Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Oct 2014 09:50:21 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r371541 - head/sysutils/magicrescue
Message-ID:  <201410270950.s9R9oLsp094725@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Oct 27 09:50:21 2014
New Revision: 371541
URL: https://svnweb.freebsd.org/changeset/ports/371541
QAT: https://qat.redports.org/buildarchive/r371541/

Log:
  - Strip binaries
  - Remove use of @dirrm

Modified:
  head/sysutils/magicrescue/Makefile
  head/sysutils/magicrescue/pkg-plist

Modified: head/sysutils/magicrescue/Makefile
==============================================================================
--- head/sysutils/magicrescue/Makefile	Mon Oct 27 09:35:53 2014	(r371540)
+++ head/sysutils/magicrescue/Makefile	Mon Oct 27 09:50:21 2014	(r371541)
@@ -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>

Modified: head/sysutils/magicrescue/pkg-plist
==============================================================================
--- head/sysutils/magicrescue/pkg-plist	Mon Oct 27 09:35:53 2014	(r371540)
+++ head/sysutils/magicrescue/pkg-plist	Mon Oct 27 09:50:21 2014	(r371541)
@@ -39,4 +39,3 @@ man/man1/magicsort.1.gz
 %%DATADIR%%/tools/textextract
 %%PORTDOCS%%%%DOCSDIR%%/NEWS
 %%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%@dirrm %%DOCSDIR%%



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410270950.s9R9oLsp094725>