diff options
author | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-16 15:29:08 +0800 |
commit | a9a68a5ef0bae8044ae0450a20bb599f58bec01b (patch) | |
tree | 1d38012c525c65e03b9b9d2c57e389836fd6998c /sysutils/magicrescue | |
parent | 4fa0360db68371439a28de4c15588da3f41769e9 (diff) | |
download | freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.gz freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.tar.zst freebsd-ports-gnome-a9a68a5ef0bae8044ae0450a20bb599f58bec01b.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'sysutils/magicrescue')
-rw-r--r-- | sysutils/magicrescue/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index edac1c5b2deb..0c4b9d894cf7 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -12,9 +12,10 @@ COMMENT= File recovery tool which recovers deleted files from a block device LICENSE= GPLv2 +USES= perl5 HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -USE_PERL5_RUN= yes +USE_PERL5= run MAN1= dupemap.1 magicrescue.1 magicsort.1 |