diff options
author | Peter Wemm <peter@FreeBSD.org> | 1996-09-21 05:12:06 +0000 |
---|---|---|
committer | Peter Wemm <peter@FreeBSD.org> | 1996-09-21 05:12:06 +0000 |
commit | e7ca1c5ef2967eb43fbaa64e9378ca964f0bbf56 (patch) | |
tree | 4ab43165ad2990059b311376fcfa4b5e070391ad /net/rdist6/files/patch-ad | |
parent | Don'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.
Diffstat (limited to '')
-rw-r--r-- | net/rdist6/files/patch-ad | 6 |
1 files changed, 3 insertions, 3 deletions
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 |