From owner-cvs-all@FreeBSD.ORG Mon Jul 19 08:15:33 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 B8E8916A4CE; Mon, 19 Jul 2004 08:15:33 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id B2F2043D46; Mon, 19 Jul 2004 08:15:33 +0000 (GMT) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i6J8FXOX030163; Mon, 19 Jul 2004 08:15:33 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i6J8FXYa030162; Mon, 19 Jul 2004 08:15:33 GMT (envelope-from edwin) Message-Id: <200407190815.i6J8FXYa030162@repoman.freebsd.org> From: Edwin Groothuis Date: Mon, 19 Jul 2004 08:15:33 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/security/sudo Makefile pkg-install pkg-plist 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: Mon, 19 Jul 2004 08:15:34 -0000 edwin 2004-07-19 08:15:33 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-install pkg-plist Log: [PATCH] security/sudo: Utilize EXAMPLESDIR Utilize EXAMPLESDIR to improves layout; i.e., configuration file -> ${PREFIX}/etc sample configuration file -> ${PREFIX}/share/examples/${PORTNAME} This change helps if many configuration files and sample ones exist. PR: ports/58387 Submitted by: Hideyuki KURASHINA Revision Changes Path 1.62 +3 -2 ports/security/sudo/Makefile 1.3 +1 -1 ports/security/sudo/pkg-install 1.8 +3 -2 ports/security/sudo/pkg-plist