diff options
author | martymac <martymac@FreeBSD.org> | 2014-02-21 18:42:06 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2014-02-21 18:42:06 +0800 |
commit | 9b87baf32d30686b606789c52828c0db0ddcad32 (patch) | |
tree | c32a70d18ce53c80a3a763a6bfa1589871dc7bfe /ftp | |
parent | c3543bcc11a6a8596274cff455211a323e70f7be (diff) | |
download | freebsd-ports-gnome-9b87baf32d30686b606789c52828c0db0ddcad32.tar.gz freebsd-ports-gnome-9b87baf32d30686b606789c52828c0db0ddcad32.tar.zst freebsd-ports-gnome-9b87baf32d30686b606789c52828c0db0ddcad32.zip |
Fix typo in previous commit
Reported by: mat
Diffstat (limited to 'ftp')
-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 \ |