Bug 28792

Summary: Change of retrival site was required.
Product: Ports & Packages Reporter: Gary Kline <kline>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Gary Kline 2001-07-07 19:00:08 UTC
	Change of MASTER site was required.

Fix: 

replace old rftp makefile with the one appended.


# New ports collection makefile for:	rftp
# Date created:			13 Dec, 1997
# Whom:				kline
#
# $FreeBSD: ports/mail/rftp/Makefile,v 1.5 2000/04/13 20:00:44 cpiazza Exp $
#

PORTNAME=	rftp
PORTVERSION= 	1.2
CATEGORIES=	mail
MASTER_SITES=	http://muuz.deadbbs.com/FreeBSD/rftp/

MAINTAINER=	kline@thought.org

MAN1=		rftp.1 uucat.1

#	rftp's `make install' stinks, do it properly here
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/rftp ${PREFIX}/bin
	${INSTALL_PROGRAM} ${WRKSRC}/uucat ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/rftp.1 ${PREFIX}/man/man1
	${INSTALL_MAN} ${WRKSRC}/uucat.1 ${PREFIX}/man/man1

.include <bsd.port.mk>
Comment 1 markp freebsd_committer freebsd_triage 2001-07-08 07:17:53 UTC
State Changed
From-To: open->closed

Committed, thanks!