From owner-cvs-all@FreeBSD.ORG Tue Jan 13 02:45:49 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CEE8616A4CE; Tue, 13 Jan 2004 02:45:49 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E4CF43D49; Tue, 13 Jan 2004 02:45:49 -0800 (PST) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.10/8.12.10) with ESMTP id i0DAjm0B083664; Tue, 13 Jan 2004 02:45:48 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0DAjmE2083663; Tue, 13 Jan 2004 02:45:48 -0800 (PST) (envelope-from edwin) Message-Id: <200401131045.i0DAjmE2083663@repoman.freebsd.org> From: Edwin Groothuis Date: Tue, 13 Jan 2004 02:45:48 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/mail/majordomo Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 Jan 2004 10:45:50 -0000 edwin 2004/01/13 02:45:48 PST FreeBSD ports repository Modified files: mail/majordomo Makefile Log: the mail/majordomo port looks for majordomo.cf in /etc majordomo installed from the port doesn't work out of the box: one either has to move ${PREFIX}/majordomo/majordomo.cf to /etc/majordomo.cf, or set the MAJORDOMO_CF envvar. This patch should fix this problem. Honestly, I didn't use his patch since it wasn't attached to the original PR. PR: ports/45963 Submitted by: Roman Neuhauser Approved by: maintainer timeout Revision Changes Path 1.34 +26 -16 ports/mail/majordomo/Makefile