summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-02-05 06:03:25 +0000
committerwiz <wiz@pkgsrc.org>2000-02-05 06:03:25 +0000
commit82e95f100ac77cf95f20f643b47e7e0e2445430d (patch)
tree148332183d8f84a5ddda070e347c30208e61d76c /security
parent8b0b49e07052b856173d78bb9f4fa7ddb100ec11 (diff)
downloadpkgsrc-82e95f100ac77cf95f20f643b47e7e0e2445430d.tar.gz
minor fixes for pkglint
Diffstat (limited to 'security')
-rw-r--r--security/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 24405b9eb0d..bbba22c4b90 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2000/01/17 16:17:58 jlam Exp $
+# $NetBSD: Makefile,v 1.71 2000/02/05 06:03:25 wiz Exp $
# FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp
#
@@ -8,11 +8,11 @@ MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \
ftp://ftp.funet.fi/pub/unix/security/login/ssh/ \
ftp://ftp.cert.dfn.de/pub/tools/net/ssh/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}
-EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.cs.hut.fi/ssh/
+EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
RESTRICTED= "Crypto; export-controlled"
MIRROR_DISTFILE= no
LICENSE= no-commercial-use
@@ -48,7 +48,7 @@ CFLAGS+= -I${LOCALBASE}/include
.if defined(USE_SECUREID) && ${USE_SECUREID} == YES
CONFIGURE_ARGS+= --with-secureid
.endif
-
+
# If rsh is elsewhere to /usr/bin/rsh
.if defined(SSH_RSHPATH)
CONFIGURE_ARGS+= --with-rsh=${SSH_RSHPATH}