Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 11 Dec 2000 11:27:44 -0800 (PST)
From:      tkato@prontomail.ne.jp
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/23475: Update port: ftp/cftp
Message-ID:  <200012111927.eBBJRid60280@freefall.freebsd.org>
Resent-Message-ID: <200012111930.eBBJU5260587@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         23475
>Category:       ports
>Synopsis:       Update port: ftp/cftp
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Dec 11 11:30:04 PST 2000
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.2-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/ftp/cftp/Makefile ftp/cftp/Makefile
--- /usr/ports/ftp/cftp/Makefile	Fri Jun 30 19:46:35 2000
+++ ftp/cftp/Makefile	Sat Dec  9 12:24:33 2000
@@ -9,8 +9,7 @@
 PORTVERSION=	0.9.3
 CATEGORIES=	ftp
 MASTER_SITES=	ftp://ftp.giga.or.at/pub/nih/cftp/ \
-		${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=	andy
+		ftp://sunsite.univie.ac.at/pub/nih/cftp/
 
 MAINTAINER=	ports@FreeBSD.org
 
@@ -18,9 +17,9 @@
 
 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
 


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200012111927.eBBJRid60280>