From 8d1fb8e72690743f88827b21b414b0c4afd2c5a3 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 3 Sep 2015 16:37:31 +0000 Subject: - Switch to options helpers - Add some NO_ARCHes - Fix and unsilence some installation commands Approved by: portmgr blanket --- mail/emil/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mail/emil') diff --git a/mail/emil/Makefile b/mail/emil/Makefile index 4b436091ba60..3bb4bf52519d 100644 --- a/mail/emil/Makefile +++ b/mail/emil/Makefile @@ -20,10 +20,6 @@ CONFIGURE_ENV= YACC=byacc OPTIONS_DEFINE= DOCS -.include - -.if empty(PORT_OPTIONS:MDOCS) -MAKE_ENV= NOPORTDOCS=yes -.endif +DOCS_MAKE_ENV_OFF= NOPORTDOCS=yes .include -- cgit