summaryrefslogtreecommitdiff
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
parentRename PLIST.* to pkg-plist.*. (diff)
Rename PLIST.in to pkg-plist.in.
Notes
Notes: svn path=/head/; revision=33507
-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; \