mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-12 05:52:19 -04:00
19 lines
718 B
Plaintext
19 lines
718 B
Plaintext
$NetBSD: patch-aa,v 1.6 2015/01/02 04:38:20 schmonz Exp $
|
|
|
|
--- Makefile.in.orig 2013-04-15 14:48:25.000000000 +0000
|
|
+++ Makefile.in
|
|
@@ -632,10 +632,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:
|