From b60d21e844883b21f524160bda3a690487ba54c6 Mon Sep 17 00:00:00 2001
From: David Rothlisberger <david@rothlis.net>
Date: Sat, 22 Jun 2013 16:43:51 +0100
Subject: [PATCH] moreutils: Install man pages by default
Most other ports for command-line utilities install the corresponding
man pages by default. I don't know why this "doc" variant even exists,
but at least it should be enabled by default.
---
ports/sysutils/moreutils/Portfile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ports/sysutils/moreutils/Portfile b/ports/sysutils/moreutils/Portfile
index ebce926..52816ee 100644
a
|
b
|
platform darwin 8 { |
81 | 81 | } |
82 | 82 | } |
83 | 83 | |
| 84 | default_variants +doc |
| 85 | |
84 | 86 | livecheck.type regex |
85 | 87 | livecheck.url http://packages.debian.org/unstable/utils/${name} |
86 | 88 | livecheck.regex ${name} .(\[0-9.\]+) |