aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-07-15 03:44:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-07-15 03:44:12 +0800
commitd025126b7cc81250a46548afcfc0cc4491bf672b (patch)
tree4a233a4ec69f95156db04672b68709652a2c69c0 /sysutils
parenta02ce7b74ade8822089a974b6fc2f6001457a3bc (diff)
downloadfreebsd-ports-gnome-d025126b7cc81250a46548afcfc0cc4491bf672b.tar.gz
freebsd-ports-gnome-d025126b7cc81250a46548afcfc0cc4491bf672b.tar.zst
freebsd-ports-gnome-d025126b7cc81250a46548afcfc0cc4491bf672b.zip
- Fix shebangs
- Add LICENSE_FILE Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/magicrescue/Makefile4
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