diff options
author | 2017-11-21 16:23:46 +0000 | |
---|---|---|
committer | 2017-11-21 16:23:46 +0000 | |
commit | bd5b9a7c1ee18a6e0facac25c59c01acd24555c5 (patch) | |
tree | 96b9ec4cc53685cf4c42fa13ff0ece4cf540e6a7 | |
parent | no need to check the sending process in imsg handlers when there is no (diff) | |
download | wireguard-openbsd-bd5b9a7c1ee18a6e0facac25c59c01acd24555c5.tar.xz wireguard-openbsd-bd5b9a7c1ee18a6e0facac25c59c01acd24555c5.zip |
Delete mentions of the gettext module, which has been obsoleted and removed.
-rw-r--r-- | share/man/man5/port-modules.5 | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/share/man/man5/port-modules.5 b/share/man/man5/port-modules.5 index 8bedc798772..17c4361a026 100644 --- a/share/man/man5/port-modules.5 +++ b/share/man/man5/port-modules.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: port-modules.5,v 1.223 2017/07/06 21:41:59 bluhm Exp $ +.\" $OpenBSD: port-modules.5,v 1.224 2017/11/21 16:23:46 naddy Exp $ .\" .\" Copyright (c) 2008 Marc Espie .\" @@ -24,7 +24,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: July 6 2017 $ +.Dd $Mdocdate: November 21 2017 $ .Dt PORT-MODULES 5 .Os .Sh NAME @@ -686,7 +686,6 @@ User settings: set to the directory name under .Pa ${LOCALBASE}/share/schemas/ where schemas files will be installed. -.It devel/gettext .It devel/meson Adds .Pa devel/meson @@ -2100,10 +2099,8 @@ to Unless .Ev XFCE_NO_SRC is set, -.Pa devel/gettext -and .Pa textproc/intltool -are added to +is added to .Ev MODULES . Also affects .Ev CATEGORIES . |