From owner-cvs-all@FreeBSD.ORG Sun Jan 11 03:54:31 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 C2EBB16A4D0; Sun, 11 Jan 2004 03:54:31 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1B6D743D5E; Sun, 11 Jan 2004 03:54:30 -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 i0BBsT0B057121; Sun, 11 Jan 2004 03:54:29 -0800 (PST) (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.12.10/8.12.10/Submit) id i0BBsTrq057120; Sun, 11 Jan 2004 03:54:29 -0800 (PST) (envelope-from edwin) Message-Id: <200401111154.i0BBsTrq057120@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 11 Jan 2004 03:54:29 -0800 (PST) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/ftp/proftpd Makefile 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: Sun, 11 Jan 2004 11:54:31 -0000 edwin 2004/01/11 03:54:29 PST FreeBSD ports repository Modified files: ftp/proftpd Makefile pkg-plist Log: ProFTPd port does not install docs for optional modules The ftp/proftpd port creates /usr/local/share/doc/proftpd and installs the two HTML files from ProFTPd's docs directory into it. But it doesn't copy the html files from the contrib directory which describe the optional modules (mod_tls, mod_radius, etc.) and their configuration options. Also moved the portdocs to the PORTDOCS environment variable. PR: ports/56511 Submitted by: Pat Lashley Reviewed by: maintainer timeout Revision Changes Path 1.59 +13 -2 ports/ftp/proftpd/Makefile 1.12 +0 -3 ports/ftp/proftpd/pkg-plist