summaryrefslogtreecommitdiff
path: root/net/rdist6/Makefile
blob: b0016aab3276900222ed0a0399003f1ff5876c15 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	rdist
# Version required:	rdist-6.1.0
# Date created:		19 August 1995
# Whom:			peter
# Bases on patches by:  Deborah Bennett <deborah@microunity.com>
#
# $Id$
#

DISTNAME=	rdist-6.1.0
PKGNAME=	rdist-6.1.0
MASTER_SITES=	ftp://usc.edu/pub/rdist/
CATEGORIES+=	networking

NO_WRKSUBDIR=	yes

# Copy the list of FreeBSD sites
pre-patch:
	cp ${FILESDIR}/mf.freebsd2 ${WRKSRC}/config
	cp ${FILESDIR}/os-freebsd2.h ${WRKSRC}/config

.include <bsd.port.mk>