summaryrefslogtreecommitdiffstats
path: root/net/rdist6/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-09-21 05:12:06 +0000
committerpeter <peter@FreeBSD.org>1996-09-21 05:12:06 +0000
commitecc8065ede3d0844c1f63803ccab8dfc10979e92 (patch)
treec5fed894f657923470a3d6455c3c4695d571adb9 /net/rdist6/Makefile
parent0df7c0cdd24e3128f89a4f8999fc1bf14f5a5e62 (diff)
downloadFreeBSD-ports-ecc8065ede3d0844c1f63803ccab8dfc10979e92.zip
FreeBSD-ports-ecc8065ede3d0844c1f63803ccab8dfc10979e92.tar.gz
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.
Diffstat (limited to 'net/rdist6/Makefile')
-rw-r--r--net/rdist6/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index c615336..70a0fd0 100644
--- a/net/rdist6/Makefile
+++ b/net/rdist6/Makefile
@@ -1,17 +1,19 @@
# New ports collection makefile for: rdist
-# Version required: rdist-6.1.2
+# Version required: rdist-6.1.3
# Date created: 19 August 1995
# Whom: peter
#
-# $Id: Makefile,v 1.5 1995/11/27 04:05:25 asami Exp $
+# $Id: Makefile,v 1.6 1996/05/17 11:14:53 peter Exp $
#
-DISTNAME= rdist-6.1.2
+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
OpenPOWER on IntegriCloud