diff options
Diffstat (limited to 'time/vixie-cron/patches/patch-aa')
-rw-r--r-- | time/vixie-cron/patches/patch-aa | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/time/vixie-cron/patches/patch-aa b/time/vixie-cron/patches/patch-aa new file mode 100644 index 00000000000..143daf9e107 --- /dev/null +++ b/time/vixie-cron/patches/patch-aa @@ -0,0 +1,17 @@ +$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $ + +--- Makefile.orig 2002-10-31 17:16:19.000000000 -0800 ++++ Makefile 2002-10-31 17:19:48.000000000 -0800 +@@ -49,10 +49,10 @@ + + #################################### begin configurable stuff + #<<DESTROOT is assumed to have ./etc, ./bin, and ./man subdirectories>> +-DESTROOT = $(DESTDIR)/usr ++DESTROOT = $(DESTDIR)/$(PREFIX) + DESTSBIN = $(DESTROOT)/sbin + DESTBIN = $(DESTROOT)/bin +-DESTMAN = $(DESTROOT)/share/man ++DESTMAN = $(DESTROOT)/$(PKGMANDIR) + #<<need bitstring.h>> + INCLUDE = -I. + #INCLUDE = |