aboutsummaryrefslogtreecommitdiff
path: root/ftp/sftp
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:58:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-10-08 00:58:54 +0000
commit52c902c14da7ae541f0753ffacbe6522238dbf7d (patch)
tree82ff08d03a496f328148dc49fe36605f2a2f3dd7 /ftp/sftp
parent5a925ca0189a2b0b434a063d10b4ada6776d2b1d (diff)
downloadports-52c902c14da7ae541f0753ffacbe6522238dbf7d.tar.gz
ports-52c902c14da7ae541f0753ffacbe6522238dbf7d.zip
Notes
Diffstat (limited to 'ftp/sftp')
-rw-r--r--ftp/sftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile
index 30d05c49c7e3..d1c8a5cce786 100644
--- a/ftp/sftp/Makefile
+++ b/ftp/sftp/Makefile
@@ -32,7 +32,7 @@ do-install:
${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp
${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv
${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1
- ${CP} ${PKGDIR}/PLIST.in ${PLIST}.unsorted
+ ${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted
@if [ ! -f ${PREFIX}/bin/sftp ]; then \
${ECHO} "No other sftp found, linking sftp to secftp"; \
${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/sftp; \