diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-02-21 10:42:06 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2014-02-21 10:42:06 +0000 |
commit | b9522af0e101db39c7ca31843a8661e2221f8fd1 (patch) | |
tree | c32a70d18ce53c80a3a763a6bfa1589871dc7bfe /ftp/lftp/Makefile | |
parent | fd7a0712a6f2998831f04fd27d1e445bea7a33e8 (diff) | |
download | ports-b9522af0e101db39c7ca31843a8661e2221f8fd1.tar.gz ports-b9522af0e101db39c7ca31843a8661e2221f8fd1.zip |
Fix typo in previous commit
Reported by: mat
Notes
Notes:
svn path=/head/; revision=345366
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index 86f20703b7ba..d5c8fe088e7c 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -48,7 +48,7 @@ OPENSSL_CONFIGURE_WITH= openssl OPENSSL_USE= OPENSSL=yes GNUTLS_CONFIGURE_WITH= gnutls GNUTLS_LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls -GNUTLS_USES+= pkgconfig +GNUTLS_USES= pkgconfig post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/lftp.conf \ |