diff options
author | jmas <jmas@FreeBSD.org> | 1999-09-17 21:09:35 +0800 |
---|---|---|
committer | jmas <jmas@FreeBSD.org> | 1999-09-17 21:09:35 +0800 |
commit | 0c8c2b8d4b5d375ad7eb099b9d5bcec567ce951d (patch) | |
tree | 7761b3cdbd681f0ee7610f04c730680087e49aeb /net/tcpflow | |
parent | 29f48873572afebcf03040d27e4e223361d8cad5 (diff) | |
download | freebsd-ports-gnome-0c8c2b8d4b5d375ad7eb099b9d5bcec567ce951d.tar.gz freebsd-ports-gnome-0c8c2b8d4b5d375ad7eb099b9d5bcec567ce951d.tar.zst freebsd-ports-gnome-0c8c2b8d4b5d375ad7eb099b9d5bcec567ce951d.zip |
This port now respects ${LOCALBASE}.
Diffstat (limited to 'net/tcpflow')
-rw-r--r-- | net/tcpflow/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tcpflow/Makefile b/net/tcpflow/Makefile index 0ac435d7efc0..360c00820f63 100644 --- a/net/tcpflow/Makefile +++ b/net/tcpflow/Makefile @@ -13,6 +13,7 @@ MASTER_SITES= ftp://ftp.circlemud.org/pub/jelson/tcpflow/ MAINTAINER= jose@we.lc.ehu.es HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} MAN1= tcpflow.1 |