diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:09:16 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-16 03:09:16 +0000 |
commit | 527890081e9aeeec01ea5019031fa0c30c0baa27 (patch) | |
tree | 18d5ffc2a4f213d61d48ee6d2893909d6ec166fd /ftp/cftp | |
parent | Typo fix: (diff) |
Upgrade to 0.10
PR: 23566
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=36018
Diffstat (limited to 'ftp/cftp')
-rw-r--r-- | ftp/cftp/Makefile | 13 | ||||
-rw-r--r-- | ftp/cftp/distinfo | 2 |
2 files changed, 7 insertions, 8 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 463e8d8c462a..a80544a4552d 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -6,11 +6,10 @@ # PORTNAME= cftp -PORTVERSION= 0.9.3 -CATEGORIES= ftp -MASTER_SITES= ftp://sunsite.univie.ac.at/pub/nih/cftp/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= andy +PORTVERSION= 0.10 +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 @@ -18,9 +17,9 @@ GNU_CONFIGURE= yes post-install: .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/cftp + @${MKDIR} ${PREFIX}/share/doc/cftp .for file in AUTHORS ChangeLog NEWS README THANKS TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp + ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp .endfor .endif diff --git a/ftp/cftp/distinfo b/ftp/cftp/distinfo index f05657a468d0..2d3cd97971d3 100644 --- a/ftp/cftp/distinfo +++ b/ftp/cftp/distinfo @@ -1 +1 @@ -MD5 (cftp-0.9.3.tar.gz) = 065851914e2e7c7afcbe706cd6a3b106 +MD5 (cftp-0.10.tar.gz) = 5b1fc16b9e85ea7a800156d1113c47df |