From 5f481b83bacd30881030b0f4839b200aca663bb6 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Tue, 14 Jul 2015 19:44:12 +0000 Subject: [PATCH] - Fix shebangs - Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- sysutils/magicrescue/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index 99668a44b4ad..d5874ae49a7c 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -3,6 +3,7 @@ PORTNAME= magicrescue PORTVERSION= 1.1.9 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \ LOCAL/ehaupt @@ -11,13 +12,14 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= File recovery tool which recovers deleted files from a block device LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING USES= perl5 shebangfix HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} USE_PERL5= run -SHEBANG_FILES= magicsort +SHEBANG_FILES= magicsort tools/gimp-resave.pl OPTIONS_DEFINE= DOCS