summaryrefslogtreecommitdiff
path: root/security
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
parentRename PLIST.{CGI,DOC} to pkg-plist.{cgi,doc}. (diff)
Rename PLIST.X11 to pkg-plist.x11.
Notes
Notes: svn path=/head/; revision=33545
Diffstat (limited to 'security')
-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