diff options
author | clement <clement@FreeBSD.org> | 2004-02-27 10:35:35 +0800 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-27 10:35:35 +0800 |
commit | 09a59641832d5eec8c687009d328d3627110999b (patch) | |
tree | f59d074a6c9715a50978729fd0f784172a242d9c /net/thcrut | |
parent | faad7676eb2446c1c88d9b63c64d12678ab4f8fd (diff) | |
download | freebsd-ports-gnome-09a59641832d5eec8c687009d328d3627110999b.tar.gz freebsd-ports-gnome-09a59641832d5eec8c687009d328d3627110999b.tar.zst freebsd-ports-gnome-09a59641832d5eec8c687009d328d3627110999b.zip |
- Make portlint happy
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> |