1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/rdist6/Makefile
Peter Wemm c51e26b5b6 Update rdist-6.1.0 -> rdist-6.1.2
Among other things, it has pretty much got native FreeBSD support, does not
core dump on ^C, some sync problems, uid/gid caching fixes, symlink detection
problems, portability to new platforms..
1996-05-17 11:15:08 +00:00

24 lines
499 B
Makefile

# New ports collection makefile for: rdist
# Version required: rdist-6.1.2
# Date created: 19 August 1995
# Whom: peter
#
# $Id: Makefile,v 1.5 1995/11/27 04:05:25 asami Exp $
#
DISTNAME= rdist-6.1.2
CATEGORIES+= net
MASTER_SITES= ftp://usc.edu/pub/rdist/
MAINTAINER= peter@FreeBSD.org
post-install:
strip ${PREFIX}/bin/rdist6
strip ${PREFIX}/bin/rdistd
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/rdist6.1
gzip -9nf ${PREFIX}/man/man8/rdistd.8
.endif
.include <bsd.port.mk>