diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 15:36:57 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-08-21 15:36:57 +0000 |
commit | 3c40b63155720bb4eb3d83fbb7c023a7ac908db5 (patch) | |
tree | 3814102f71ff25a46ae4327bb6afc2ecebd1c994 /sysutils/magicrescue | |
parent | 78fe440f94e3216791c966bb7d969c3133550afa (diff) |
Notes
Diffstat (limited to 'sysutils/magicrescue')
-rw-r--r-- | sysutils/magicrescue/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index e8f6809def38..b3326e5cf8ed 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A file recovery tool which recovers deleted files from a block device HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} USE_PERL5_RUN= yes MAN1= dupemap.1 magicrescue.1 magicsort.1 |