diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-22 16:34:08 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-02-22 16:34:08 +0000 |
commit | 07e3f22daf8327a09652628578013796311d740d (patch) | |
tree | 741010bb5714ac451dfcfc7e10c4cc77d9b7cb36 /net-p2p/mutella | |
parent | Fix REINPLACE, -E is required. (diff) |
Remove install prefix.
Reported by: kris (bento)
Notes
Notes:
svn path=/head/; revision=76171
Diffstat (limited to 'net-p2p/mutella')
-rw-r--r-- | net-p2p/mutella/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mutella/Makefile b/net-p2p/mutella/Makefile index 8b3dce6a3463..4a7f046c8d3d 100644 --- a/net-p2p/mutella/Makefile +++ b/net-p2p/mutella/Makefile @@ -18,7 +18,7 @@ COMMENT= A command line Gnutella client MAN1= mutella.1 GNU_CONFIGURE= yes -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ PTHREAD_LIBS="${PTHREAD_LIBS}" |