diff options
author | agc <agc@pkgsrc.org> | 2000-01-18 10:50:04 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-01-18 10:50:04 +0000 |
commit | ba99a88128dfc639bb05669d80fc41aaa83c0544 (patch) | |
tree | 74835e7eecd05842df4bac9cac6f939c1636e8c5 /net/rdist6/patches | |
parent | 6028f0c93115d4df38f98d6e5e7dc4f2b580424c (diff) | |
download | pkgsrc-ba99a88128dfc639bb05669d80fc41aaa83c0544.tar.gz |
This package conflicts with the old rdist6 package.
Make this package compile properly on Solaris.
Fix the master site.
Fix the description.
Diffstat (limited to 'net/rdist6/patches')
-rw-r--r-- | net/rdist6/patches/patch-ad | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/rdist6/patches/patch-ad b/net/rdist6/patches/patch-ad new file mode 100644 index 00000000000..24519057ecf --- /dev/null +++ b/net/rdist6/patches/patch-ad @@ -0,0 +1,24 @@ +$NetBSD: patch-ad,v 1.3 2000/01/18 10:50:05 agc Exp $ + +--- config/mf.sunos5 2000/01/18 10:37:33 1.1 ++++ config/mf.sunos5 2000/01/18 10:38:25 +@@ -62,7 +62,7 @@ + # + # Install directory + # +-BIN_DIR = /usr/local/bin ++BIN_DIR = ${PREFIX}/bin + + # + # Use the BSD install +@@ -73,4 +73,9 @@ + # Set correct values for admin section of man pages. + # + MAN_8_SECT = 8 +-MAN_8_DIR = /usr/local/man/man${MAN_8_SECT} ++MAN_8_DIR = ${PREFIX}/man/man${MAN_8_SECT} ++ ++# ++# Get the right compiler ++# ++CC = gcc |