Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 31 Jan 2013 05:15:39 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r311288 - head/devel/libatomic_ops
Message-ID:  <201301310515.r0V5Fd1r037231@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301310515.r0V5Fd1r037231>