openbsd-ports/sysutils/anacron/patches/patch-Makefile
sturm 4b13299636 Initial import of anacron 2.3
Anacron is a periodic command scheduler. It executes
commands at intervals specified in days.  Unlike cron, it
does not assume that the system is running continuously.
It can therefore be used to control the execution of
daily, weekly and monthly jobs (or anything with a period
of n days), on systems that don't run 24 hours a day.
When installed and configured properly, Anacron will make
sure that the commands are run at the specified intervals
as closely as machine-uptime permits.

WWW: http://anacron.sourceforge.net/

from Andreas Kahari <andreas.kahari@unix.net> with some cleanup by me
2003-08-23 19:24:47 +00:00

24 lines
675 B
Plaintext

$OpenBSD: patch-Makefile,v 1.1.1.1 2003/08/23 19:24:50 sturm Exp $
--- Makefile.orig 2000-06-23 00:25:49.000000000 +0200
+++ Makefile 2003-08-09 17:56:35.000000000 +0200
@@ -19,16 +19,14 @@
# `COPYING' that comes with the Anacron source distribution.
-PREFIX =
-BINDIR = $(PREFIX)/usr/sbin
-MANDIR = $(PREFIX)/usr/man
-CFLAGS = -Wall -pedantic -O2
+BINDIR = $(PREFIX)/sbin
+MANDIR = $(PREFIX)/man
+CFLAGS += -Wall -pedantic -I.
#CFLAGS = -Wall -O2 -g -DDEBUG
# If you change these, please update the man-pages too
# Only absolute paths here, please
SPOOLDIR = /var/spool/anacron
-ANACRONTAB = /etc/anacrontab
RELEASE = 2.3
package_name = anacron-$(RELEASE)