summaryrefslogtreecommitdiff
path: root/net/rdist6
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1996-09-21 05:12:06 +0000
committerPeter Wemm <peter@FreeBSD.org>1996-09-21 05:12:06 +0000
commite7ca1c5ef2967eb43fbaa64e9378ca964f0bbf56 (patch)
tree4ab43165ad2990059b311376fcfa4b5e070391ad /net/rdist6
parentDon't forget to compress dlb.6. (diff)
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.
Notes
Notes: svn path=/head/; revision=3828
Diffstat (limited to 'net/rdist6')
-rw-r--r--net/rdist6/Makefile8
-rw-r--r--net/rdist6/distinfo2
-rw-r--r--net/rdist6/files/patch-ad6
3 files changed, 9 insertions, 7 deletions
diff --git a/net/rdist6/Makefile b/net/rdist6/Makefile
index c61533695bd8..70a0fd007821 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
diff --git a/net/rdist6/distinfo b/net/rdist6/distinfo
index b0b0bb05d2ee..8e895b49be0e 100644
--- a/net/rdist6/distinfo
+++ b/net/rdist6/distinfo
@@ -1 +1 @@
-MD5 (rdist-6.1.2.tar.gz) = e3311c4f3d9e9de1bfcb04862563c683
+MD5 (rdist-6.1.3.tar.gz) = 8a76b880b023c5e648b7cb77b9608b9f
diff --git a/net/rdist6/files/patch-ad b/net/rdist6/files/patch-ad
index 565f3d8a3113..5083cdacfea1 100644
--- a/net/rdist6/files/patch-ad
+++ b/net/rdist6/files/patch-ad
@@ -13,7 +13,7 @@
# BIN_DIR variable, you would uncomment the following line
# or add your own line.
#
-! BIN_DIR = /usr/local/bin
+! BIN_DIR = $(PREFIX)/bin
! OPT = -O -s
! CLIENT = rdist6
@@ -33,8 +33,8 @@
#
# Site specific Man Page configuration.
#
-! MAN_1_DIR = /usr/local/man/man1
-! MAN_8_DIR = /usr/local/man/man8
+! MAN_1_DIR = $(PREFIX)/man/man1
+! MAN_8_DIR = $(PREFIX)/man/man8
! MAN_OWNER = bin
! MAN_GROUP = bin
#MAN_MODE = 644