diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-10 22:27:47 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-09-10 22:27:47 +0000 |
commit | d3f5b07a709aed9eb7064f24c3fce98f84770154 (patch) | |
tree | e148d73affae4ffe405396eea7ab308a9815017e /mail/dspam | |
parent | c50469eb322eba6571a21cf4c3d2a82808c33ab0 (diff) | |
download | freebsd-ports-d3f5b07a709aed9eb7064f24c3fce98f84770154.zip |
Change the words NOPORTDOCS and NOPORTEXAMPLES in a couple comments so that
future updates won't trigger the NOPORT* commit hook checks.
Diffstat (limited to 'mail/dspam')
-rw-r--r-- | mail/dspam/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/dspam/Makefile b/mail/dspam/Makefile index 80136bcb29b9..c8c8fbb6ff6a 100644 --- a/mail/dspam/Makefile +++ b/mail/dspam/Makefile @@ -503,7 +503,7 @@ post-install: cd ${WRKSRC}/src/tools.sqlite_drv && \ ${INSTALL_DATA} *.sql ${STAGEDIR}${EXAMPLESDIR}/sqlite .endif -.endif # NOPORTEXAMPLES +.endif # PORT_OPTIONS:MEXAMPLES .if ${PORT_OPTIONS:MWEBUI} ${MV} ${WRKSRC}/webui/cgi-bin/configure.pl ${WRKSRC}/webui/cgi-bin/configure.pl.sample |