aboutsummaryrefslogtreecommitdiff
path: root/ftp/sftp
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2001-02-26 04:43:24 +0000
committerSteve Price <steve@FreeBSD.org>2001-02-26 04:43:24 +0000
commitfd46f2b2a9c9a590a9ba637eafa89efbb7d03f92 (patch)
treefe9de2b601f85dc0e0fea3365bc244928c02a9bb /ftp/sftp
parent9ffe2e02140ce8abeab51eb380c27ed92a92bd5f (diff)
downloadports-fd46f2b2a9c9a590a9ba637eafa89efbb7d03f92.tar.gz
ports-fd46f2b2a9c9a590a9ba637eafa89efbb7d03f92.zip
Notes
Diffstat (limited to 'ftp/sftp')
-rw-r--r--ftp/sftp/Makefile4
-rw-r--r--ftp/sftp/pkg-plist.in2
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