From owner-svn-ports-all@FreeBSD.ORG Thu Jan 31 05:15:39 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D20D33C1; Thu, 31 Jan 2013 05:15:39 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id ACC9DB0E; Thu, 31 Jan 2013 05:15:39 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r0V5Fd4a037235; Thu, 31 Jan 2013 05:15:39 GMT (envelope-from danfe@svn.freebsd.org) Received: (from danfe@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r0V5Fd1r037231; Thu, 31 Jan 2013 05:15:39 GMT (envelope-from danfe@svn.freebsd.org) Message-Id: <201301310515.r0V5Fd1r037231@svn.freebsd.org> From: Alexey Dokuchaev Date: Thu, 31 Jan 2013 05:15:39 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311288 - head/devel/libatomic_ops 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.14 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: Thu, 31 Jan 2013 05:15:39 -0000 Author: danfe Date: Thu Jan 31 05:15:38 2013 New Revision: 311288 URL: http://svnweb.freebsd.org/changeset/ports/311288 Log: Last minute cosmetic changes. Modified: head/devel/libatomic_ops/Makefile head/devel/libatomic_ops/pkg-descr Modified: head/devel/libatomic_ops/Makefile ============================================================================== --- head/devel/libatomic_ops/Makefile Thu Jan 31 05:09:25 2013 (r311287) +++ head/devel/libatomic_ops/Makefile Thu Jan 31 05:15:38 2013 (r311288) @@ -22,15 +22,15 @@ OPTIONS_DEFINE= DOCS post-patch: # Inhibit installation of extra copy of GPL - ${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \ + @${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \ ${WRKSRC}/Makefile.in .if ${PORT_OPTIONS:MDOCS} # Fix documentation installation directory - ${REINPLACE_CMD} -E 's,pkgdata,pkgdoc,g ; s,\(datadir.*,(docdir),' \ + @${REINPLACE_CMD} -e 's,pkgdata,pkgdoc,g ; s,(datadir.*,(docdir),' \ ${WRKSRC}/doc/Makefile.in .else # If documentation is not wanted, just disable it instead of fixing - ${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \ + @${REINPLACE_CMD} -E 's,: (un)?install-dist_pkgdataDATA,:,' \ ${WRKSRC}/doc/Makefile.in .endif Modified: head/devel/libatomic_ops/pkg-descr ============================================================================== --- head/devel/libatomic_ops/pkg-descr Thu Jan 31 05:09:25 2013 (r311287) +++ head/devel/libatomic_ops/pkg-descr Thu Jan 31 05:15:38 2013 (r311288) @@ -9,6 +9,6 @@ operations. These might allow you to wr be a large performance win - To experiment with new and much better thread programming paradigms, etc. -For details and licensing restrictions see the files in the doc subdirectory. +For details and licensing restrictions, please see the documentation. WWW: http://www.hpl.hp.com/personal/Hans_Boehm/gc/