From owner-cvs-ports@FreeBSD.ORG Mon Feb 6 02:47:25 2012 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7300E106564A; Mon, 6 Feb 2012 02:47:25 +0000 (UTC) (envelope-from wxs@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 451738FC0C; Mon, 6 Feb 2012 02:47:25 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id q162lPbI002888; Mon, 6 Feb 2012 02:47:25 GMT (envelope-from wxs@repoman.freebsd.org) Received: (from wxs@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id q162lP0Q002887; Mon, 6 Feb 2012 02:47:25 GMT (envelope-from wxs) Message-Id: <201202060247.q162lP0Q002887@repoman.freebsd.org> From: Wesley Shields Date: Mon, 6 Feb 2012 02:47:25 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/sudo Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Feb 2012 02:47:25 -0000 wxs 2012-02-06 02:47:25 UTC FreeBSD ports repository Modified files: security/sudo Makefile pkg-plist Log: If you used LDAP and NOPORTDOCS then the documentation directory would be left behind on install. The upstream Makefile would create the directory and put sudoers2ldif there, but pkg-plist would not register it properly. This fix moves sudoers2ldif to 'bin' since it isn't really documentation. It's installation is still controlled by the LDAP knob though. Spotted by: scheidell@ Revision Changes Path 1.142 +1 -0 ports/security/sudo/Makefile 1.27 +1 -1 ports/security/sudo/pkg-plist