diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-04-08 18:58:05 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-04-08 18:58:05 +0800 |
commit | 87556c4aabfc179b89caaba2bb3ca964ab11ca48 (patch) | |
tree | 07003db188a6be85558afd3f35d002452a7bf543 /security | |
parent | fa4415b64e1eb195d85b26f02e594f6739bb328d (diff) | |
download | freebsd-ports-gnome-87556c4aabfc179b89caaba2bb3ca964ab11ca48.tar.gz freebsd-ports-gnome-87556c4aabfc179b89caaba2bb3ca964ab11ca48.tar.zst freebsd-ports-gnome-87556c4aabfc179b89caaba2bb3ca964ab11ca48.zip |
Fix plist with -DNOPORT*.
Prompted by: QAT QA run
Approved by: maintainer timeout on QATMail
Diffstat (limited to 'security')
-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) |