mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-04 02:08:49 -04:00
19 lines
718 B
Plaintext
19 lines
718 B
Plaintext
$NetBSD: patch-aa,v 1.5 2009/10/21 15:06:46 schmonz Exp $
|
|
|
|
--- Makefile.in.orig 2009-10-19 13:00:48.000000000 -0400
|
|
+++ Makefile.in
|
|
@@ -617,10 +617,10 @@ install-data-local:
|
|
chmod 600 $(DESTDIR)$(localstatedir)/trigger
|
|
|
|
install-root:
|
|
- chown nullmail $(DESTDIR)$(localstatedir)/*
|
|
- chown nullmail $(DESTDIR)$(sbindir)/nullmailer-queue
|
|
+ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(localstatedir)/*
|
|
+ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(sbindir)/nullmailer-queue
|
|
chmod u+s $(DESTDIR)$(sbindir)/nullmailer-queue
|
|
- chown nullmail $(DESTDIR)$(bindir)/mailq
|
|
+ chown ${NULLMAILER_USER}:${NULLMAILER_GROUP} $(DESTDIR)$(bindir)/mailq
|
|
chmod u+s $(DESTDIR)$(bindir)/mailq
|
|
|
|
dist-hook:
|