diff options
author | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
---|---|---|
committer | Clement Laforet <clement@FreeBSD.org> | 2004-02-27 02:35:35 +0000 |
commit | be6bf1e2f522b1b0282b3b7eb871552b555b7fc2 (patch) | |
tree | 1348c74f09a4ca561cb9d44b2793816ecb02f3fe /net/thcrut | |
parent | 73197c45b98cf3e7179b305cb5fd8267ec4ceab2 (diff) | |
download | ports-be6bf1e2f522b1b0282b3b7eb871552b555b7fc2.tar.gz ports-be6bf1e2f522b1b0282b3b7eb871552b555b7fc2.zip |
Notes
Diffstat (limited to 'net/thcrut')
-rw-r--r-- | net/thcrut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/thcrut/Makefile b/net/thcrut/Makefile index 55a8682c60d9..79a4bf328c32 100644 --- a/net/thcrut/Makefile +++ b/net/thcrut/Makefile @@ -15,7 +15,7 @@ COMMENT= Local network discovery tool GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ - --sysconfdir=${PREFIX}/share/thcrut +CONFIGURE_ARGS+= --with-libnet=${LOCALBASE} \ + --sysconfdir=${PREFIX}/share/thcrut .include <bsd.port.mk> |