aboutsummaryrefslogtreecommitdiff
path: root/security/ssh
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:03:48 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 06:03:48 +0000
commita0b090ea7f17816c08348a10062431b32b988e9b (patch)
tree98820422872c6c6dcf9460c6baad17ed08e51972 /security/ssh
parent81dd7a637c211fbc0b249bc42e169c0900c8afdc (diff)
downloadports-a0b090ea7f17816c08348a10062431b32b988e9b.tar.gz
ports-a0b090ea7f17816c08348a10062431b32b988e9b.zip
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r--security/ssh/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile
index 0fd2b1158785..6c5d2d31808a 100644
--- a/security/ssh/Makefile
+++ b/security/ssh/Makefile
@@ -132,8 +132,7 @@ CONFIGURE_ARGS+= --with-socks="-L${PREFIX}/lib -lsocks5" --with-socks5
USE_XLIB= yes
PLIST:= ${WRKDIR}/PLIST
pre-install:
- @${CAT} ${PKGDIR}/PLIST.X11 > ${PLIST}
- @${CAT} ${PKGDIR}/PLIST >> ${PLIST}
+ @${CAT} ${PKGDIR}/pkg-plist.x11 ${PKGDIR}/pkg-plist > ${PLIST}
.else
CONFIGURE_ARGS+= --without-x
.endif