diff options
Diffstat (limited to 'devel/libhtp')
-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> |