Date: Tue, 28 Aug 2012 14:38:40 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r303287 - head/devel/libhtp Message-ID: <201208281438.q7SEcecn082561@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Tue Aug 28 14:38:40 2012 New Revision: 303287 URL: http://svn.freebsd.org/changeset/ports/303287 Log: Silence a REINPLACE_CMD. Modified: head/devel/libhtp/Makefile Modified: head/devel/libhtp/Makefile ============================================================================== --- head/devel/libhtp/Makefile Tue Aug 28 13:36:39 2012 (r303286) +++ head/devel/libhtp/Makefile Tue Aug 28 14:38:40 2012 (r303287) @@ -24,7 +24,7 @@ USE_GNOME= pkgconfig gnomehack USE_ICONV= yes pre-configure: - ${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -Ee 's,^(pkgconfigdir = ).*,\1$$(exec_prefix)/libdata/pkgconfig,' ${WRKSRC}/Makefile.am @cd ${WRKSRC} && ${SH} ./autogen.sh .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208281438.q7SEcecn082561>