summaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-04-21 08:19:33 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-04-21 08:19:33 +0000
commit4cf4ab0a2fdb34a7e33c053e7a18cdec23138e75 (patch)
tree15e4740db2f14a3ea4848f1dfcc64de1e6b5d9bf /security/ssh
parentCorrect whitespace introduced during PORTNAME conversion and portlint (diff)
Correct whitespace introduced during PORTNAME conversion and portlint
Notes
Notes: svn path=/head/; revision=27847
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index d4435f98b72f..3234fe3d69c7 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -9,7 +9,7 @@
#
PORTNAME= ssh
-PORTVERSION= 1.2.27
+PORTVERSION= 1.2.27
CATEGORIES= security net ipv6
MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/
@@ -30,7 +30,7 @@ MASTER_SITES+= \
CONFIGURE_ARGS+= --with-rsaref
LIB_DEPENDS+= rsaref.2:${PORTSDIR}/security/rsaref
-BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract
+BUILD_DEPENDS+= /nonexistent:${PORTSDIR}/security/rsaref:extract
.endif
RESTRICTED= "Crypto; export-controlled"
@@ -149,7 +149,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5
.if defined(WITH_X11) || (exists(${X11BASE}/lib/libX11.a) \
&& !defined(WITHOUT_X11))
USE_XLIB= yes
-PLIST:= ${WRKDIR}/PLIST
+PLIST:= ${WRKDIR}/PLIST
pre-install:
@${CAT} ${PKGDIR}/PLIST.X11 > ${PLIST}
@${CAT} ${PKGDIR}/PLIST >> ${PLIST}