diff options
author | wxs <wxs@FreeBSD.org> | 2012-08-28 22:38:40 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2012-08-28 22:38:40 +0800 |
commit | 14271459677f091a959df527aee954cc1a7c8b92 (patch) | |
tree | f388a30d1afba93f97c96f4ec046738e85e984bf | |
parent | 30480bb5915c487dbd3b379ba1d15bc8be5b3e01 (diff) | |
download | freebsd-ports-gnome-14271459677f091a959df527aee954cc1a7c8b92.tar.gz freebsd-ports-gnome-14271459677f091a959df527aee954cc1a7c8b92.tar.zst freebsd-ports-gnome-14271459677f091a959df527aee954cc1a7c8b92.zip |
Silence a REINPLACE_CMD.
-rw-r--r-- | devel/libhtp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libhtp/Makefile b/devel/libhtp/Makefile index 3344a61ae73e..17ef571f3603 100644 --- a/devel/libhtp/Makefile +++ b/devel/libhtp/Makefile @@ -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> |