diff options
author | zi <zi@FreeBSD.org> | 2012-05-17 02:12:54 +0800 |
---|---|---|
committer | zi <zi@FreeBSD.org> | 2012-05-17 02:12:54 +0800 |
commit | 800107aea5840b1871c3b1f1fbb52515b63441bd (patch) | |
tree | 71dca91bed39bae94afc3b6119601d2550883ded /security | |
parent | e75067898d0834d1d49bb44c577af49f40c9b047 (diff) | |
download | freebsd-ports-gnome-800107aea5840b1871c3b1f1fbb52515b63441bd.tar.gz freebsd-ports-gnome-800107aea5840b1871c3b1f1fbb52515b63441bd.tar.zst freebsd-ports-gnome-800107aea5840b1871c3b1f1fbb52515b63441bd.zip |
- Fix NOPORTDOCS with u2boat
Diffstat (limited to 'security')
-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: |