Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Mar 2024 12:04:49 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 9b7bae6dca15 - main - math/eukleides: Move man pages to share/man
Message-ID:  <202403121204.42CC4n2s013923@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=9b7bae6dca159874c587cccc5169d2790ef28963

commit 9b7bae6dca159874c587cccc5169d2790ef28963
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-12 08:48:23 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-12 12:04:28 +0000

    math/eukleides: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 math/eukleides/Makefile           |  2 +-
 math/eukleides/files/patch-Config |  4 ++--
 math/eukleides/pkg-plist          | 10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile
index 436c7a9ddcae..61eb94737fd4 100644
--- a/math/eukleides/Makefile
+++ b/math/eukleides/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	eukleides
 PORTVERSION=	1.5.4
-PORTREVISION=	6
+PORTREVISION=	7
 CATEGORIES=	math
 MASTER_SITES=	http://www.eukleides.org/files/
 
diff --git a/math/eukleides/files/patch-Config b/math/eukleides/files/patch-Config
index f472ca658f6b..aefcb4138ba6 100644
--- a/math/eukleides/files/patch-Config
+++ b/math/eukleides/files/patch-Config
@@ -9,7 +9,7 @@
  
  # Documentation
  # Alternative targets are 'pdf' and 'html'.
-@@ -27,9 +27,9 @@ PAPER = A4
+@@ -27,9 +27,9 @@ MO_DIR = $(SHARE_DIR)/locale
  BIN_DIR = $(PREFIX)/bin
  SHARE_DIR = $(PREFIX)/share
  MO_DIR = $(SHARE_DIR)/locale
@@ -19,7 +19,7 @@
 -INFO_DIR = $(SHARE_DIR)/info
 +DOC_DIR = ${PREFIX}/share/doc/eukleides
 +EXM_DIR = ${PREFIX}/share/examples/eukleides
-+MAN_DIR = $(PREFIX)/man/man1
++MAN_DIR = $(PREFIX)/share/man/man1
 +INFO_DIR = $(PREFIX)/share/info
  TEX_DIR = $(SHARE_DIR)/texmf/tex/latex/eukleides
  
diff --git a/math/eukleides/pkg-plist b/math/eukleides/pkg-plist
index e2e466eb4848..e4b51ac32b09 100644
--- a/math/eukleides/pkg-plist
+++ b/math/eukleides/pkg-plist
@@ -5,10 +5,10 @@ bin/euktopst
 bin/euktotex
 share/locale/de/LC_MESSAGES/eukleides.mo
 share/locale/fr/LC_MESSAGES/eukleides.mo
+share/man/man1/euktoeps.1.gz
+share/man/man1/euktopdf.1.gz
+share/man/man1/euktopst.1.gz
+share/man/man1/euktotex.1.gz
+share/man/man1/eukleides.1.gz
 share/texmf/tex/latex/eukleides/eukleides.sty
 share/texmf/tex/latex/eukleides/eukleides.tex
-man/man1/euktoeps.1.gz
-man/man1/euktopdf.1.gz
-man/man1/euktopst.1.gz
-man/man1/euktotex.1.gz
-man/man1/eukleides.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403121204.42CC4n2s013923>