diff options
author | wennmach <wennmach@pkgsrc.org> | 2001-04-12 10:44:38 +0000 |
---|---|---|
committer | wennmach <wennmach@pkgsrc.org> | 2001-04-12 10:44:38 +0000 |
commit | 4b251b961803b03078098c27e12f8321b5cb7c12 (patch) | |
tree | 105071f9c851a5b747316d00092f203c3208b372 /net/sftp | |
parent | 3d3cfd741c0a557b1134bee4002b626fc1311360 (diff) | |
download | pkgsrc-4b251b961803b03078098c27e12f8321b5cb7c12.tar.gz |
Add a CONFLICTS entry for openssh.
Detected by pkgconflict.
Diffstat (limited to 'net/sftp')
-rw-r--r-- | net/sftp/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sftp/Makefile b/net/sftp/Makefile index d77491acd6f..891a22707b9 100644 --- a/net/sftp/Makefile +++ b/net/sftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2001/02/17 18:19:36 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2001/04/12 10:44:38 wennmach Exp $ # DISTNAME= sftp-0.5 @@ -9,6 +9,8 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://www.xbill.org/sftp/ COMMENT= Ftp replacement that runs over an ssh tunnel +CONFLICTS= openssh-* + GNU_CONFIGURE= YES do-install: |