diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-22 09:57:37 +0000 |
commit | 9647ca36cdba95e38253de912be65e456bd59da0 (patch) | |
tree | c63905efc1ce36c64193dc7ce5424f2378bb229e /ftp/sftp | |
parent | aa542d7f7f1f7a23e7890611b68bcc80f967603c (diff) | |
download | ports-9647ca36cdba95e38253de912be65e456bd59da0.tar.gz ports-9647ca36cdba95e38253de912be65e456bd59da0.zip |
whitespace nits
Notes
Notes:
svn path=/head/; revision=27886
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 ed4c507f202f..5f3d02b267c0 100644 --- a/ftp/sftp/Makefile +++ b/ftp/sftp/Makefile @@ -16,7 +16,7 @@ RUN_DEPENDS= ssh:${PORTSDIR}/security/openssh RESTRICTED= "Calls external cryptographic routines." -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX} \ --enable-remotepath=${PREFIX}/libexec |