diff options
author | scheidell <scheidell@FreeBSD.org> | 2012-04-20 17:39:57 +0800 |
---|---|---|
committer | scheidell <scheidell@FreeBSD.org> | 2012-04-20 17:39:57 +0800 |
commit | 6298f3450cd5944264942edc24cacf54ad565dc9 (patch) | |
tree | 6c160c28cbd039b40b06337d95c83664384f938d /net/netpipes | |
parent | 3ca647dcde2e99fe4f8123fd5608e6cf2813da94 (diff) | |
download | freebsd-ports-gnome-6298f3450cd5944264942edc24cacf54ad565dc9.tar.gz freebsd-ports-gnome-6298f3450cd5944264942edc24cacf54ad565dc9.tar.zst freebsd-ports-gnome-6298f3450cd5944264942edc24cacf54ad565dc9.zip |
- Mark conflict with sysutils/timelimit (installs same binary and man page)
PR: ports/157109
Submitted by: Mickael Maillot <mickael.maillot@gmail.com>
Approved by: "Daniel O'Connor" <doconnor@gsoft.com.au> (maintainer)
Diffstat (limited to 'net/netpipes')
-rw-r--r-- | net/netpipes/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile index 0f02d0e25619..8fd895bc19b9 100644 --- a/net/netpipes/Makefile +++ b/net/netpipes/Makefile @@ -15,6 +15,8 @@ DISTNAME= netpipes-4.2-export MAINTAINER= doconnor@gsoft.com.au COMMENT= A group of shell utilities to connect programs to sockets +CONFLICTS= timelimit-[0-9]* + NO_WRKSUBDIR= yes MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \ timelimit.1 netpipes.1 |