diff options
author | itojun <itojun> | 2000-03-26 14:28:12 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-03-26 14:28:12 +0000 |
commit | 07766059545b64326cf476aa7f197e5088082b13 (patch) | |
tree | 96ca86aaef22b7b7d3bf04fd4444c4fe151f890e /security/ssh6 | |
parent | 7140b4b0d252c2c16c2fab42bec883797f502593 (diff) | |
download | pkgsrc-07766059545b64326cf476aa7f197e5088082b13.tar.gz |
revise CONFLICTS line.
Diffstat (limited to 'security/ssh6')
-rw-r--r-- | security/ssh6/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh6/Makefile b/security/ssh6/Makefile index 0a8a0a24854..b7e6713601c 100644 --- a/security/ssh6/Makefile +++ b/security/ssh6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2000/03/20 02:25:30 itojun Exp $ +# $NetBSD: Makefile,v 1.2 2000/03/26 14:28:13 itojun Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -13,7 +13,7 @@ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.cs.hut.fi/ssh/ -CONFLICTS= openssh-[0-9]* ssh-* +CONFLICTS= openssh-[0-9]* ssh-[0-9]* EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "Crypto; export-controlled" |