diff options
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 01745e68952e..15a6c33a589c 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -201,8 +201,8 @@ post-patch: .endif .if defined(NOPORTDOCS) @${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.am - @${REINPLACE_CMD} '/install-data-am: /s/install-dist_docDATA//' \ - ${WRKSRC}/tools/u2boat/Makefile.in + @${REINPLACE_CMD} -e '/README.u2boat/d' \ + -e '/test.*docdir.*MKDIR.*DEST/d' ${WRKSRC}/tools/u2boat/Makefile.* .endif pre-configure: |