From owner-svn-ports-all@freebsd.org Fri Dec 11 22:34:21 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A8B28A04BB1; Fri, 11 Dec 2015 22:34:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 7AF0B12C6; Fri, 11 Dec 2015 22:34:21 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBBMYKuI031456; Fri, 11 Dec 2015 22:34:20 GMT (envelope-from pawel@FreeBSD.org) Received: (from pawel@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBBMYKko031455; Fri, 11 Dec 2015 22:34:20 GMT (envelope-from pawel@FreeBSD.org) Message-Id: <201512112234.tBBMYKko031455@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: pawel set sender to pawel@FreeBSD.org using -f From: Pawel Pekala Date: Fri, 11 Dec 2015 22:34:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r403568 - head/mail/clawsker 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.20 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, 11 Dec 2015 22:34:21 -0000 Author: pawel Date: Fri Dec 11 22:34:20 2015 New Revision: 403568 URL: https://svnweb.freebsd.org/changeset/ports/403568 Log: Switch to options helpers Modified: head/mail/clawsker/Makefile Modified: head/mail/clawsker/Makefile ============================================================================== --- head/mail/clawsker/Makefile Fri Dec 11 22:28:38 2015 (r403567) +++ head/mail/clawsker/Makefile Fri Dec 11 22:34:20 2015 (r403568) @@ -25,15 +25,13 @@ OPTIONS_SUB= yes NLS_USES= gettext -.include - post-patch: @${REINPLACE_CMD} '/^DATADIR/s|/share||' ${WRKSRC}/Makefile -.if ! ${PORT_OPTIONS:MNLS} + +post-patch-NLS-off: @${REINPLACE_CMD} '/-C po/d' ${WRKSRC}/Makefile -.endif -post-install: +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|g} ${STAGEDIR}${DOCSDIR}