diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2012-08-28 14:38:40 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2012-08-28 14:38:40 +0000 |
commit | 6d9865ef0252581de94621e5bb749dc1c14fde8a (patch) | |
tree | f388a30d1afba93f97c96f4ec046738e85e984bf /devel/libhtp | |
parent | dbf905182a070e624c07360f92059e8081be535f (diff) | |
download | ports-6d9865ef0252581de94621e5bb749dc1c14fde8a.tar.gz ports-6d9865ef0252581de94621e5bb749dc1c14fde8a.zip |
Notes
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> |