diff options
author | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2014-07-16 11:00:46 +0800 |
commit | 037277c495c4a69f56029e71eecf6838910561c8 (patch) | |
tree | 728a3619568ce38b9188fc0b8717a16a880d52d3 /net/ntp | |
parent | 944f55c3adc149ff34c18999a68dd201bd55600a (diff) | |
download | freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.gz freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.tar.zst freebsd-ports-gnome-037277c495c4a69f56029e71eecf6838910561c8.zip |
Add DOCS option for ports with PORTDOCS in plist.
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/ntp/Makefile.inc b/net/ntp/Makefile.inc index fd80df0690ba..6a9ee96b355b 100644 --- a/net/ntp/Makefile.inc +++ b/net/ntp/Makefile.inc @@ -50,7 +50,9 @@ OPTIONS_DEFINE= NTPSNMPD \ TRIMTAIP \ TRIMTSIP \ WHARTON \ - VARITEXT + VARITEXT \ + DOCS \ + EXAMPLES OPTIONS_DEFAULT= SSL \ NTP_SIGND \ |