pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/qmail-qfilter



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Thu Apr 27 20:04:22 UTC 2017

Modified Files:
        pkgsrc/mail/qmail-qfilter: Makefile

Log Message:
Support user-destdir and custom values of ${QMAIL_DAEMON_USER}.


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/mail/qmail-qfilter/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/qmail-qfilter/Makefile
diff -u pkgsrc/mail/qmail-qfilter/Makefile:1.24 pkgsrc/mail/qmail-qfilter/Makefile:1.25
--- pkgsrc/mail/qmail-qfilter/Makefile:1.24     Mon Jan  2 02:19:26 2017
+++ pkgsrc/mail/qmail-qfilter/Makefile  Thu Apr 27 20:04:22 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2017/01/02 02:19:26 schmonz Exp $
+# $NetBSD: Makefile,v 1.25 2017/04/27 20:04:22 schmonz Exp $
 #
 
 DISTNAME=              qmail-qfilter-2.1
@@ -13,9 +13,7 @@ LICENSE=              gnu-gpl-v2
 
 DEPENDS+=              qmail>=1.03nb9:../../mail/qmail
 
-PKG_DESTDIR_SUPPORT=   destdir
-
-OWN_DIRS_PERMS+=       ${QMAIL_QFILTER_TMPDIR} qmaild ${REAL_ROOT_GROUP} 700
+OWN_DIRS_PERMS+=       ${QMAIL_QFILTER_TMPDIR} ${QMAIL_DAEMON_USER} ${REAL_ROOT_GROUP} 700
 
 REPLACE_PERL=          samples/block-long-dates                        \
                        samples/deny-filetypes                          \
@@ -30,7 +28,7 @@ SUBST_MESSAGE.paths=  Fixing paths.
 
 INSTALLATION_DIRS=     bin man ${PKGMANDIR}/man1 share/examples/qmail-qfilter
 INSTALL_ENV+=          install_prefix=${DESTDIR:Q}
-BUILD_DEFS+=           QMAILDIR QMAIL_QFILTER_TMPDIR
+BUILD_DEFS+=           QMAILDIR QMAIL_DAEMON_USER QMAIL_QFILTER_TMPDIR
 
 DJB_RESTRICTED=                NO
 DJB_MAKE_TARGETS=      NO



Home | Main Index | Thread Index | Old Index