summaryrefslogtreecommitdiff
path: root/time/vixie-cron
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-06-16 16:12:50 +0000
committerjoerg <joerg@pkgsrc.org>2008-06-16 16:12:50 +0000
commit0558ac8b86cdda9f271e5119dfbbc690d81e205a (patch)
tree31bf2b89d30e06200f2f177d0d4484afd2253cee /time/vixie-cron
parentc0ccf575836308cc6c2830de2482e9961d2babce (diff)
downloadpkgsrc-0558ac8b86cdda9f271e5119dfbbc690d81e205a.tar.gz
Install using BSD_INSTALL_PROGRAM, root permissions are requested using
SPECIAL_PERMS later.
Diffstat (limited to 'time/vixie-cron')
-rw-r--r--time/vixie-cron/distinfo4
-rw-r--r--time/vixie-cron/patches/patch-aa19
2 files changed, 17 insertions, 6 deletions
diff --git a/time/vixie-cron/distinfo b/time/vixie-cron/distinfo
index 396e1afe965..ca62cd44c7b 100644
--- a/time/vixie-cron/distinfo
+++ b/time/vixie-cron/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $
+$NetBSD: distinfo,v 1.2 2008/06/16 16:12:50 joerg Exp $
SHA1 (cron_4.1.shar) = 77c52a492b075a77f87eded9dfdbf4bf9ba0ac91
RMD160 (cron_4.1.shar) = a9a8d3fe6c851d7fcd098676f2edc0bc310f695e
Size (cron_4.1.shar) = 205506 bytes
-SHA1 (patch-aa) = dc237791d5053e2f1ca3a9b8d0783498ab359ffe
+SHA1 (patch-aa) = 98605040a8bd02b85b75baad1dabf53d807c5af8
diff --git a/time/vixie-cron/patches/patch-aa b/time/vixie-cron/patches/patch-aa
index 143daf9e107..1ee4ae7bb13 100644
--- a/time/vixie-cron/patches/patch-aa
+++ b/time/vixie-cron/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $
+$NetBSD: patch-aa,v 1.2 2008/06/16 16:12:50 joerg Exp $
---- Makefile.orig 2002-10-31 17:16:19.000000000 -0800
-+++ Makefile 2002-10-31 17:19:48.000000000 -0800
-@@ -49,10 +49,10 @@
+--- Makefile.orig 2008-06-16 17:35:00.000000000 +0200
++++ Makefile
+@@ -51,10 +51,10 @@
#################################### begin configurable stuff
#<<DESTROOT is assumed to have ./etc, ./bin, and ./man subdirectories>>
@@ -15,3 +15,14 @@ $NetBSD: patch-aa,v 1.1.1.1 2008/03/08 18:38:14 reed Exp $
#<<need bitstring.h>>
INCLUDE = -I.
#INCLUDE =
+@@ -110,8 +110,8 @@ crontab : $(CRONTAB_OBJ)
+ $(CC) $(LDFLAGS) -o crontab $(CRONTAB_OBJ) $(LIBS)
+
+ install : all
+- $(INSTALL) -c -m 111 -o root -s cron $(DESTSBIN)/
+- $(INSTALL) -c -m 4111 -o root -s crontab $(DESTBIN)/
++ $(BSD_INSTALL_PROGRAM) cron $(DESTSBIN)/
++ $(BSD_INSTALL_PROGRAM) crontab $(DESTBIN)/
+ # $(INSTALL) -c -m 111 -o root -g crontab -s cron $(DESTSBIN)/
+ # $(INSTALL) -c -m 2111 -o root -g crontab -s crontab $(DESTBIN)/
+ sh putman.sh crontab.1 $(DESTMAN)