diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-05 23:44:25 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-04-05 23:44:25 +0000 |
commit | 085a0fdd3c2a4f0aea03a38529527573413c80c3 (patch) | |
tree | 438de7baf52585253b85068164ccbea4d6975f64 /ftp | |
parent | e5ee607b5dd22d7515da8712e2f11b379cd25fb6 (diff) | |
download | ports-085a0fdd3c2a4f0aea03a38529527573413c80c3.tar.gz ports-085a0fdd3c2a4f0aea03a38529527573413c80c3.zip |
Upgrade to net/cftp 0.9.3
PR: ports/10967
Submitted by: Michael Haro <mharo@area51.fremont.ca.us>
Notes
Notes:
svn path=/head/; revision=17658
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/cftp/Makefile | 8 | ||||
-rw-r--r-- | ftp/cftp/distinfo | 2 |
2 files changed, 6 insertions, 4 deletions
diff --git a/ftp/cftp/Makefile b/ftp/cftp/Makefile index 8ad5bb325ace..99a0b4ed23ec 100644 --- a/ftp/cftp/Makefile +++ b/ftp/cftp/Makefile @@ -3,10 +3,10 @@ # Date created: 14 October 1997 # Whom: Andrey Zakhvatov # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/05/14 07:27:51 tg Exp $ # -DISTNAME= cftp-0.9.1 +DISTNAME= cftp-0.9.3 CATEGORIES= net MASTER_SITES= ftp://ftp.giga.or.at/pub/nih/cftp/ @@ -15,14 +15,16 @@ MAINTAINER= andy@icc.surw.chel.su GNU_CONFIGURE= yes pre-install: - @if [ ! -f ${PREFIX}/info/dir ]; then \ + @if [ -f /usr/share/info/dir ] && [ ! -f ${PREFIX}/info/dir ]; then \ ${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \ fi post-install: +.if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/cftp .for file in AUTHORS ChangeLog NEWS README THANKS TODO @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/cftp .endfor +.endif .include <bsd.port.mk> diff --git a/ftp/cftp/distinfo b/ftp/cftp/distinfo index a839ea120a85..f05657a468d0 100644 --- a/ftp/cftp/distinfo +++ b/ftp/cftp/distinfo @@ -1 +1 @@ -MD5 (cftp-0.9.1.tar.gz) = f47fa185a07b880cd62808a3f4172133 +MD5 (cftp-0.9.3.tar.gz) = 065851914e2e7c7afcbe706cd6a3b106 |