Index: head/sysutils/magicrescue/Makefile =================================================================== --- head/sysutils/magicrescue/Makefile (revision 371540) +++ head/sysutils/magicrescue/Makefile (revision 371541) @@ -1,32 +1,37 @@ # Created by: Emanuel Haupt # $FreeBSD$ PORTNAME= magicrescue PORTVERSION= 1.1.9 CATEGORIES= sysutils MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \ CRITICAL MAINTAINER= ehaupt@FreeBSD.org COMMENT= File recovery tool which recovers deleted files from a block device LICENSE= GPLv2 USES= perl5 shebangfix HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_PERL5= run SHEBANG_FILES= magicsort OPTIONS_DEFINE= DOCS MAKE_ENV+= STAGEDIR=${STAGEDIR} post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} .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 Index: head/sysutils/magicrescue/pkg-plist =================================================================== --- head/sysutils/magicrescue/pkg-plist (revision 371540) +++ head/sysutils/magicrescue/pkg-plist (revision 371541) @@ -1,42 +1,41 @@ bin/dupemap bin/magicrescue bin/magicsort man/man1/dupemap.1.gz man/man1/magicrescue.1.gz man/man1/magicsort.1.gz %%DATADIR%%/recipes/avi %%DATADIR%%/recipes/elf %%DATADIR%%/recipes/gimp-xcf %%DATADIR%%/recipes/gpl %%DATADIR%%/recipes/gzip %%DATADIR%%/recipes/jpeg-exif %%DATADIR%%/recipes/jpeg-jfif %%DATADIR%%/recipes/mp3-id3v1 %%DATADIR%%/recipes/mp3-id3v2 %%DATADIR%%/recipes/msoffice %%DATADIR%%/recipes/nikon-raw %%DATADIR%%/recipes/perl %%DATADIR%%/recipes/png %%DATADIR%%/recipes/ppm %%DATADIR%%/recipes/zip %%DATADIR%%/recipes/canon-cr2 %%DATADIR%%/recipes/flac %%DATADIR%%/recipes/mbox-mozilla-sent %%DATADIR%%/recipes/mbox-mozilla-inbox %%DATADIR%%/recipes/mbox %%DATADIR%%/tools/checkrecipe %%DATADIR%%/tools/elfextract.pl %%DATADIR%%/tools/gimp-resave.pl %%DATADIR%%/tools/gzip_rename.pl %%DATADIR%%/tools/inputseek %%DATADIR%%/tools/laola.pl %%DATADIR%%/tools/mp3extract.pl %%DATADIR%%/tools/ole_rename.pl %%DATADIR%%/tools/oleextract.pl %%DATADIR%%/tools/pngextract.pl %%DATADIR%%/tools/safecat %%DATADIR%%/tools/script_rename.pl %%DATADIR%%/tools/textextract %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%%