freebsd-ports/net/rdist6/Makefile
Peter Wemm e7ca1c5ef2 Update to rdist-6.1.3. The only major thing changed seems to be two
buffer overflow problems, which shouldn't be an issue since it's
not setuid.

While here, do not hardcode /usr/local, use $(PREFIX).  Do not patch
the install target so that 'make install' does the man pages, add
install.man to the ${INSTALL_TARGET} variable so that both "install"
and "install.man" are done. This reduces the diff to the base source a
little, but has the same overall effect.
1996-09-21 05:12:06 +00:00

26 lines
528 B
Makefile

# New ports collection makefile for: rdist
# Version required: rdist-6.1.3
# Date created: 19 August 1995
# Whom: peter
#
# $Id: Makefile,v 1.6 1996/05/17 11:14:53 peter Exp $
#
DISTNAME= rdist-6.1.3
CATEGORIES+= net
MASTER_SITES= ftp://usc.edu/pub/rdist/
MAINTAINER= peter@FreeBSD.org
INSTALL_TARGET+=install.man
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>