diff options
Diffstat (limited to 'sysutils/watchdog/files/patch-Makefile')
-rw-r--r-- | sysutils/watchdog/files/patch-Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sysutils/watchdog/files/patch-Makefile b/sysutils/watchdog/files/patch-Makefile new file mode 100644 index 000000000000..4d30b0cf5dd4 --- /dev/null +++ b/sysutils/watchdog/files/patch-Makefile @@ -0,0 +1,12 @@ +--- Makefile.orig Fri Jul 11 03:43:45 2003 ++++ Makefile Mon Oct 6 05:02:03 2003 +@@ -4,7 +4,8 @@ + PROG= watchdogd + MAN= watchdogd.8 + +-BINDIR?= /sbin ++BINDIR?= ${PREFIX}/bin ++MANDIR?= ${PREFIX}/man/man + NOSHARED?= YES + WARNS?= 2 + |