aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/jwsmtp/Makefile17
1 files changed, 2 insertions, 15 deletions
diff --git a/mail/jwsmtp/Makefile b/mail/jwsmtp/Makefile
index 405a68b99e16..470025e57dfd 100644
--- a/mail/jwsmtp/Makefile
+++ b/mail/jwsmtp/Makefile
@@ -14,7 +14,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING
NO_OPTIONS_SORT= yes
OPTIONS_DEFINE= DOCS MANPAGES
-OPTIONS_DEFAULT= DOCS MANPAGES
+OPTIONS_DEFAULT= MANPAGES
+OPTIONS_SUB= yes
DOCS_DESC= Install documentation
MANPAGES_DESC= Install manpages
@@ -24,18 +25,4 @@ USE_LDCONFIG= yes
USES= libtool pathfix
INSTALL_TARGET= install-strip
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDOCS}
-PLIST_SUB+= PORTDOCS=""
-.else
-PLIST_SUB+= PORTDOCS="@comment "
-.endif
-
-.if ${PORT_OPTIONS:MMANPAGES}
-PLIST_SUB+= MANPAGES=""
-.else
-PLIST_SUB+= MANPAGES="@comment "
-.endif
-
.include <bsd.port.mk>