summaryrefslogtreecommitdiff
path: root/ftp/cftp/Makefile
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:09:16 +0000
committerKevin Lo <kevlo@FreeBSD.org>2000-12-16 03:09:16 +0000
commit527890081e9aeeec01ea5019031fa0c30c0baa27 (patch)
tree18d5ffc2a4f213d61d48ee6d2893909d6ec166fd /ftp/cftp/Makefile
parentTypo fix: (diff)
Upgrade to 0.10
PR: 23566 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=36018
Diffstat (limited to 'ftp/cftp/Makefile')
-rw-r--r--ftp/cftp/Makefile13
1 files changed, 6 insertions, 7 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