pkgsrc/net/rdist6/patches/patch-ad
agc ba99a88128 This package conflicts with the old rdist6 package.
Make this package compile properly on Solaris.
Fix the master site.
Fix the description.
2000-01-18 10:50:04 +00:00

24 lines
492 B
Text

$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