diff options
Diffstat (limited to 'ftp/cftp/Makefile')
-rw-r--r-- | ftp/cftp/Makefile | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 910602d2f934..e8cc9296c45d 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -7,25 +7,14 @@ PORTNAME= cftp PORTVERSION= 0.12 +PORTREVISION= 1 CATEGORIES= ftp ipv6 MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ \ ftp://sunsite.univie.ac.at/pub/nih/cftp/ MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt - GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-sftp -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt" - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog NEWS README THANKS TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif .include <bsd.port.mk> |