diff options
author | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:43:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-02-26 04:43:24 +0000 |
commit | fd46f2b2a9c9a590a9ba637eafa89efbb7d03f92 (patch) | |
tree | fe9de2b601f85dc0e0fea3365bc244928c02a9bb /ftp | |
parent | Update to version 2.0.4. (diff) |
Allow sftp to interoperate with gftp.
PR: 25034
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=38757
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/sftp/Makefile | 4 | ||||
-rw-r--r-- | ftp/sftp/pkg-plist.in | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ftp/sftp/Makefile b/ftp/sftp/Makefile index d1c8a5cce786..2b39046afff6 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -7,6 +7,7 @@ PORTNAME= sftp PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= ftp security MASTER_SITES= ftp://ftp.xbill.org/pub/sftp/ @@ -21,7 +22,6 @@ RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh RESTRICTED= "Calls external cryptographic routines." GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-remotepath=${PREFIX}/libexec MAN1= secftp.1 @@ -30,7 +30,7 @@ PLIST= ${WRKDIR}/.PLIST do-install: ${INSTALL_PROGRAM} ${WRKSRC}/sftp ${PREFIX}/bin/secftp ${LN} -s ${PREFIX}/bin/secftp ${PREFIX}/bin/rsftp - ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/libexec/sftpserv + ${INSTALL_PROGRAM} ${WRKSRC}/sftpserv ${PREFIX}/bin/sftpserv ${INSTALL_MAN} ${WRKSRC}/sftp.1 ${PREFIX}/man/man1/secftp.1 ${CP} ${PKGDIR}/pkg-plist.in ${PLIST}.unsorted @if [ ! -f ${PREFIX}/bin/sftp ]; then \ diff --git a/ftp/sftp/pkg-plist.in b/ftp/sftp/pkg-plist.in index 1db47bb8ee21..8c077239510d 100644 --- a/ftp/sftp/pkg-plist.in +++ b/ftp/sftp/pkg-plist.in @@ -1,3 +1,3 @@ bin/secftp bin/rsftp -libexec/sftpserv +bin/sftpserv |