diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-01-22 11:06:02 +0000 |
commit | fbd1108f49e97dfa6bd38fe69dc8f6b8ab89bb26 (patch) | |
tree | 9b742ae12218d8cfd77191127558a0c126be4516 /ftp/sftp | |
parent | 4bf1b98ed95c044ceb91201095348dd7ef4787f9 (diff) |
Notes
Diffstat (limited to 'ftp/sftp')
-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 cc92dbc7cf82..fd74b25a2719 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -32,7 +32,7 @@ pre-install: ${ECHO_CMD} bin/sftp >> ${PLIST}.unsorted; \ ${ECHO_CMD} man/man1/sftp.1.gz >> ${PLIST}.unsorted; \ fi - @sort -u ${PLIST}.unsorted > ${PLIST} + @${SORT} -u ${PLIST}.unsorted > ${PLIST} do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp |