blob: b0016aab3276900222ed0a0399003f1ff5876c15 (
plain) (
tree)
|
|
# 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>
|