diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 10:58:05 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-04-08 10:58:05 +0000 |
commit | 85d2ed3167d0559ea20fde9e03309b0b40e669e7 (patch) | |
tree | c338416cba93d16a0cf785d6b6fbd309f1306bdf /security/snort | |
parent | 8dc49736f14dbb4d9070d82f6893fdb0c7a9caad (diff) |
Notes
Diffstat (limited to 'security/snort')
-rw-r--r-- | security/snort/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/snort/Makefile b/security/snort/Makefile index 739397ed810a..47cba5c6160d 100644 --- a/security/snort/Makefile +++ b/security/snort/Makefile @@ -132,6 +132,9 @@ post-patch: .if defined(WITH_SNORTSAM) BUILD_DEPENDS+= automake>=1.10.1:${PORTSDIR}/devel/automake110 .endif +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} '/SUBDIRS = /s/doc//' ${WRKSRC}/Makefile.in +.endif pre-configure: .if defined(WITH_SNORTSAM) |