diff options
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
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 |