diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-10-21 17:56:13 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-10-21 17:56:13 +0000 |
commit | 5031e9a959a6e3f7cd29b30e14965a2340ebe460 (patch) | |
tree | 07bb055faa46d5bba165a70eadd6dd3558330aa2 /net | |
parent | a2b3df3e33acda8cb9c99558469b663905e0a474 (diff) | |
download | pkgsrc-5031e9a959a6e3f7cd29b30e14965a2340ebe460.tar.gz |
Add CONFLICTS between "azara" and "connect"
Diffstat (limited to 'net')
-rw-r--r-- | net/connect/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile index 4b4cbcc96e8..07b5c2f1f76 100644 --- a/net/connect/Makefile +++ b/net/connect/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.12 2012/10/21 17:52:31 cheusov Exp $ +# $NetBSD: Makefile,v 1.13 2012/10/21 17:56:13 cheusov Exp $ DISTNAME= connect PKGNAME= ${DISTNAME}-1.95 +PKGREVISION= 1 CATEGORIES= net security MASTER_SITES= http://zippo.taiyo.co.jp/~gotoh/ssh/ EXTRACT_SUFX= .c @@ -11,6 +12,8 @@ HOMEPAGE= http://zippo.taiyo.co.jp/~gotoh/ssh/connect.html COMMENT= Open a TCP connection using a SOCKS4/5 or HTTP proxy server LICENSE= gnu-gpl-v2 +CONFLICTS= azara-[0-9]* + EXTRACT_ONLY= # empty DIST_SUBDIR= ${PKGNAME_NOREV} |