diff options
Diffstat (limited to 'ftp/lftp/Makefile')
-rw-r--r-- | ftp/lftp/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/ftp/lftp/Makefile b/ftp/lftp/Makefile index c5a48aa488ec..550d6fc75913 100644 --- a/ftp/lftp/Makefile +++ b/ftp/lftp/Makefile @@ -6,8 +6,7 @@ # PORTNAME= lftp -PORTVERSION= 2.6.11 -PORTREVISION= 1 +PORTVERSION= 2.6.12 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/old/ \ @@ -31,12 +30,16 @@ MASTER_SITES= ftp://ftp.phear.org/pub/linux/networking/ftp/client/lftp/ \ ftp://ftp.130th.net/pub/mirror/lftp/old/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/ \ ftp://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/old/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}${EXTRACT_SUFX}.asc +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= fm@code.org.ua COMMENT= Shell-like command line ftp client USE_BZIP2= yes USE_GETTEXT= yes +USE_GPG?= yes +SIG_FILES= ${DISTNAME}${EXTRACT_SUFX}.asc .if !defined(WITHOUT_SSL) USE_OPENSSL= yes @@ -64,8 +67,8 @@ post-install: @${INSTALL_DATA} ${WRKSRC}/lftp.conf ${PREFIX}/etc/lftp.conf.sample .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} -.for file in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES - @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for ifile in COPYING FAQ NEWS README README.debug-levels README.modules THANKS TODO FEATURES + @${INSTALL_DATA} ${WRKSRC}/${ifile} ${DOCSDIR} .endfor .endif |