diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:03:48 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:03:48 +0000 |
commit | a0b090ea7f17816c08348a10062431b32b988e9b (patch) | |
tree | 98820422872c6c6dcf9460c6baad17ed08e51972 /security/ssh | |
parent | 81dd7a637c211fbc0b249bc42e169c0900c8afdc (diff) | |
download | ports-a0b090ea7f17816c08348a10062431b32b988e9b.tar.gz ports-a0b090ea7f17816c08348a10062431b32b988e9b.zip |
Notes
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 |