1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- Fix shebangs

- Add LICENSE_FILE

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
This commit is contained in:
Dmitry Marakasov 2015-07-14 19:44:12 +00:00
parent 7ea4ce4876
commit 5f481b83ba
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392057

View File

@ -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