summaryrefslogtreecommitdiff
path: root/mail/majordomo
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-18 08:46:53 +0000
committeragc <agc@pkgsrc.org>1999-08-18 08:46:53 +0000
commitf32d265e28922dd76fe0c6e90f6d08ffd48b86de (patch)
tree1f968fa7f164ddc5b4fb7d19bf3d67c5dfdfd213 /mail/majordomo
parent1d08b0cf69a471288b994c6d198e5a48ae7b2e28 (diff)
downloadpkgsrc-f32d265e28922dd76fe0c6e90f6d08ffd48b86de.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1).
Diffstat (limited to 'mail/majordomo')
-rw-r--r--mail/majordomo/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/majordomo/Makefile b/mail/majordomo/Makefile
index 446e16d87bb..b779dbff75c 100644
--- a/mail/majordomo/Makefile
+++ b/mail/majordomo/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/06/08 18:26:02 bad Exp $
+# $NetBSD: Makefile,v 1.5 1999/08/18 08:46:53 agc Exp $
DISTNAME= majordomo-1.94.4
CATEGORIES= mail
@@ -38,6 +38,8 @@ EXDIRS= archives archives/example-l digests digests/example-l-digest lists
EXFILES= example-l.passwd example-l.info
EXLISTS= example-l example-l-digest
+BUILD_DEFS+= MAJORDOMO_USER MAJORDOMO_GROUP MAJORDOMO_TMPDIR
+
require-uid:
${_PKG_SILENT}${_PKG_DEBUG} \
if finger ${MAJORDOMO_USER} 2>&1 | ${GREP} "Login: ${MAJORDOMO_USER}" >/dev/null && ${GREP} -s "^${MAJORDOMO_GROUP}\:" /etc/group 2>/dev/null 1>&2 ; \