diff options
-rw-r--r-- | sysutils/magicrescue/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |