From owner-svn-ports-head@FreeBSD.ORG Mon Oct 14 17:49:27 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4E27C692; Mon, 14 Oct 2013 17:49:27 +0000 (UTC) (envelope-from wg@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B8FC2A7F; Mon, 14 Oct 2013 17:49:27 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r9EHnRGc050209; Mon, 14 Oct 2013 17:49:27 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r9EHnQCE050207; Mon, 14 Oct 2013 17:49:26 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201310141749.r9EHnQCE050207@svn.freebsd.org> From: William Grzybowski Date: Mon, 14 Oct 2013 17:49:26 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r330339 - head/mail/dovecot2 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Oct 2013 17:49:27 -0000 Author: wg Date: Mon Oct 14 17:49:26 2013 New Revision: 330339 URL: http://svnweb.freebsd.org/changeset/ports/330339 Log: mail/dovecot2: fix package without DOCS option - Fix package without DOCS option PR: ports/182585 Modified: head/mail/dovecot2/Makefile head/mail/dovecot2/pkg-plist Modified: head/mail/dovecot2/Makefile ============================================================================== --- head/mail/dovecot2/Makefile Mon Oct 14 17:45:14 2013 (r330338) +++ head/mail/dovecot2/Makefile Mon Oct 14 17:49:26 2013 (r330339) @@ -73,10 +73,8 @@ REINPLACE= s!%%PROTOCOLS%%!${PROTOCOLS}! .if ${PORT_OPTIONS:MDOCS} DOCS= AUTHORS COPYING COPYING.LGPL COPYING.MIT INSTALL NEWS TODO README PORTDOCS= * -PLIST_SUB+= PORT="" .else CONFIGURE_ARGS+= --without-docs -PLIST_SUB+= PORT="@comment " .endif PORTEXAMPLES= * Modified: head/mail/dovecot2/pkg-plist ============================================================================== --- head/mail/dovecot2/pkg-plist Mon Oct 14 17:45:14 2013 (r330338) +++ head/mail/dovecot2/pkg-plist Mon Oct 14 17:49:26 2013 (r330339) @@ -1,8 +1,7 @@ -@stopdaemon dovecot bin/doveadm bin/doveconf bin/dsync -%%PORT%%%%ETCDIR%%/README +%%PORTDOCS%%%%ETCDIR%%/README include/dovecot/abspath.h include/dovecot/access-lookup.h include/dovecot/anvil-client.h @@ -616,4 +615,4 @@ share/aclocal/dovecot.m4 @dirrmtry lib/dovecot/auth @dirrm lib/dovecot @dirrm include/dovecot -@dirrmtry %%ETCDIR%% +%%PORTDOCS%%@dirrmtry %%ETCDIR%%