diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-13 04:03:41 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-10-13 04:03:41 +0000 |
commit | 607af7710cd7997ba9ccd70c87d6d8e46fb5d492 (patch) | |
tree | 81fbaaa63a82f1d00f5943776de0545874982e79 /security/ssh | |
parent | . Override PKGINSTALL to place it in WRKDIR, which is writeable, rather (diff) |
- add CONFLICTS
Submitted by: eikemeier@fillmore-labs.com
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 7d2e70d21139..594fefaf6fe7 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -17,6 +17,7 @@ MASTER_SITES= ftp://ftp.ssh.com/pub/ssh/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Secure shell client and server (remote login program) +CONFLICTS= openssh-* openssh-portable-* openssh-gssapi-* ssh2-3.* USE_AUTOCONF= YES GNU_CONFIGURE= YES USE_PERL5= YES |