diff options
author | steve <steve@FreeBSD.org> | 2001-02-26 12:43:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-02-26 12:43:24 +0800 |
commit | 4142bb90dce99e61ae9093fca07481fa9a5c2d3e (patch) | |
tree | 6ed5d746d052f0b621f2a3c5b084ad57c1f07af7 /ftp | |
parent | e90190f3423860606583cd77a06602c153d892e2 (diff) | |
download | freebsd-ports-gnome-4142bb90dce99e61ae9093fca07481fa9a5c2d3e.tar.gz freebsd-ports-gnome-4142bb90dce99e61ae9093fca07481fa9a5c2d3e.tar.zst freebsd-ports-gnome-4142bb90dce99e61ae9093fca07481fa9a5c2d3e.zip |
Allow sftp to interoperate with gftp.
PR: 25034
Submitted by: maintainer
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 |