diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:58:54 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 00:58:54 +0000 |
commit | 52c902c14da7ae541f0753ffacbe6522238dbf7d (patch) | |
tree | 82ff08d03a496f328148dc49fe36605f2a2f3dd7 | |
parent | Rename PLIST.* to pkg-plist.*. (diff) |
Rename PLIST.in to pkg-plist.in.
Notes
Notes:
svn path=/head/; revision=33507
-rw-r--r-- | ftp/sftp/Makefile | 2 |
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; \ |