diff options
author | cheusov <cheusov> | 2012-10-21 17:56:13 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-21 17:56:13 +0000 |
commit | 1d0256bdbb971f133faa206853f7b4e47f09598e (patch) | |
tree | 07bb055faa46d5bba165a70eadd6dd3558330aa2 /net | |
parent | cf32c038c6137321923c8c4654ee1dbb13e6c196 (diff) | |
download | pkgsrc-1d0256bdbb971f133faa206853f7b4e47f09598e.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} |