From f485e11e4d3e44b9f28f8c8ff05415ce784e964c Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Thu, 31 Jan 2013 05:15:38 +0000 Subject: Last minute cosmetic changes. --- devel/libatomic_ops/Makefile | 6 +++--- devel/libatomic_ops/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/libatomic_ops') diff --git a/devel/libatomic_ops/Makefile b/devel/libatomic_ops/Makefile index 3336379ca41d..59c4d1508424 100644 --- a/devel/libatomic_ops/Makefile +++ b/devel/libatomic_ops/Makefile @@ -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 diff --git a/devel/libatomic_ops/pkg-descr b/devel/libatomic_ops/pkg-descr index 491392060903..4c37a914fc64 100644 --- a/devel/libatomic_ops/pkg-descr +++ b/devel/libatomic_ops/pkg-descr @@ -9,6 +9,6 @@ operations. These might allow you to write code: 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/ -- cgit v1.2.3