mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
This commit is contained in:
parent
7ea4ce4876
commit
5f481b83ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392057
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
PORTNAME= magicrescue
|
PORTNAME= magicrescue
|
||||||
PORTVERSION= 1.1.9
|
PORTVERSION= 1.1.9
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \
|
MASTER_SITES= http://www.itu.dk/people/jobr/magicrescue/release/ \
|
||||||
LOCAL/ehaupt
|
LOCAL/ehaupt
|
||||||
|
@ -11,13 +12,14 @@ MAINTAINER= ehaupt@FreeBSD.org
|
||||||
COMMENT= File recovery tool which recovers deleted files from a block device
|
COMMENT= File recovery tool which recovers deleted files from a block device
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= perl5 shebangfix
|
USES= perl5 shebangfix
|
||||||
HAS_CONFIGURE= yes
|
HAS_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --prefix=${PREFIX}
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
||||||
USE_PERL5= run
|
USE_PERL5= run
|
||||||
|
|
||||||
SHEBANG_FILES= magicsort
|
SHEBANG_FILES= magicsort tools/gimp-resave.pl
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue