diff options
-rw-r--r-- | devel/regexx/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/regexx/Makefile b/devel/regexx/Makefile index 21f80b79537b..0164d090f47e 100644 --- a/devel/regexx/Makefile +++ b/devel/regexx/Makefile @@ -25,11 +25,10 @@ INSTALLS_SHLIB= yes post-patch: @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}|g ; \ - s|\./libtool|${LIBTOOL}|g ; \ + s| \./libtool|${LIBTOOL}|g ; \ s|\(DEFS.*\)|\1 -I${LOCALBASE}/include|' \ ${WRKSRC}/src/Makefile.in ${WRKSRC}/pcre/Makefile.in - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir| ; \ - ' ${WRKSRC}/configure -# s|subdirs="pcre"||g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ + ${WRKSRC}/configure .include <bsd.port.mk> |