From c8221c3f2209cabe472533b988ccca1e3beb9bde Mon Sep 17 00:00:00 2001 From: rafan Date: Thu, 21 Aug 2008 15:26:17 +0000 Subject: - Since configure script is a home-made one, not generated by autoconf, we should not set GNU_CONFIGURE to yes. Instead, we use HAS_CONFIGURE. This eliminates the warning below: configure: warning: ignoring option --build=amd64-portbld-freebsd7.0 Approved by: ehaupt (maintainer via irc) --- sysutils/magicrescue/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysutils/magicrescue') diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile index dadae4dcadc5..e8f6809def38 100644 --- a/sysutils/magicrescue/Makefile +++ b/sysutils/magicrescue/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= http://jbj.rapanden.dk/magicrescue/release/ \ MAINTAINER= ehaupt@FreeBSD.org COMMENT= A file recovery tool which recovers deleted files from a block device -GNU_CONFIGURE= yes +HAS_CONFIGURE= yes USE_PERL5_RUN= yes MAN1= dupemap.1 magicrescue.1 magicsort.1 -- cgit