diff options
author | rafan <rafan@FreeBSD.org> | 2008-08-21 23:26:17 +0800 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2008-08-21 23:26:17 +0800 |
commit | c8221c3f2209cabe472533b988ccca1e3beb9bde (patch) | |
tree | 6608eb1e4d8de5fa5496e52bf1f3714d38a1503f /sysutils/magicrescue | |
parent | 1eb680c26cb8210e9c172b804d4533ce46381b77 (diff) | |
download | freebsd-ports-gnome-c8221c3f2209cabe472533b988ccca1e3beb9bde.tar.gz freebsd-ports-gnome-c8221c3f2209cabe472533b988ccca1e3beb9bde.tar.zst freebsd-ports-gnome-c8221c3f2209cabe472533b988ccca1e3beb9bde.zip |
- 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)
Diffstat (limited to 'sysutils/magicrescue')
-rw-r--r-- | sysutils/magicrescue/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |