From owner-svn-ports-all@FreeBSD.ORG Fri May 30 03:44:44 2014 Return-Path: Delivered-To: svn-ports-all@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 ESMTPS id AAB6AB6; Fri, 30 May 2014 03:44:44 +0000 (UTC) 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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 987D02863; Fri, 30 May 2014 03:44:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4U3iisR000493; Fri, 30 May 2014 03:44:44 GMT (envelope-from adamw@svn.freebsd.org) Received: (from adamw@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4U3iiQZ000492; Fri, 30 May 2014 03:44:44 GMT (envelope-from adamw@svn.freebsd.org) Message-Id: <201405300344.s4U3iiQZ000492@svn.freebsd.org> From: Adam Weinberger Date: Fri, 30 May 2014 03:44:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355772 - head/sysutils/password-store X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 May 2014 03:44:44 -0000 Author: adamw Date: Fri May 30 03:44:44 2014 New Revision: 355772 URL: http://svnweb.freebsd.org/changeset/ports/355772 QAT: https://qat.redports.org/buildarchive/r355772/ Log: Add DOCS and EXAMPLES to OPTIONS_DEFINE, and avoid using :MDOCS to determine whether to install EXAMPLES. It still seems really strange to have the manpage listed under %%PORTDOCS%% though. Modified: head/sysutils/password-store/Makefile Modified: head/sysutils/password-store/Makefile ============================================================================== --- head/sysutils/password-store/Makefile Fri May 30 03:04:23 2014 (r355771) +++ head/sysutils/password-store/Makefile Fri May 30 03:44:44 2014 (r355772) @@ -17,7 +17,7 @@ RUN_DEPENDS= bash>=0:${PORTSDIR}/shells/ pwgen>=0:${PORTSDIR}/sysutils/pwgen \ tree>=1.7:${PORTSDIR}/sysutils/tree -OPTIONS_DEFINE= GIT XCLIP CONTRIB +OPTIONS_DEFINE= GIT XCLIP CONTRIB DOCS EXAMPLES OPTIONS_SUB= yes GIT_DESC= Enable git storage @@ -59,10 +59,8 @@ do-install: @(cd ${WRKSRC}/contrib && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC}/src/completion && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) .endif -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_MAN} ${WRKSRC}/man/example-filter.sh ${STAGEDIR}${EXAMPLESDIR} @${INSTALL_MAN} ${WRKSRC}/man/pass.1 ${STAGEDIR}${MANPREFIX}/man/man1/pass.1 -.endif .include