Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Jan 2024 13:00:50 GMT
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: b721ad01fb39 - main - cad/oregano: remove useless patch and leave manpages in share/man
Message-ID:  <202401121300.40CD0oIw000234@gitrepo.freebsd.org>

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

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

commit b721ad01fb398936c43c60b8bd645b209724b145
Author:     Baptiste Daroussin <bapt@FreeBSD.org>
AuthorDate: 2024-01-12 10:05:32 +0000
Commit:     Baptiste Daroussin <bapt@FreeBSD.org>
CommitDate: 2024-01-12 13:00:45 +0000

    cad/oregano: remove useless patch and leave manpages in share/man
---
 cad/oregano/Makefile  | 5 +----
 cad/oregano/pkg-plist | 2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile
index 8de21bece877..5c398c2210a1 100644
--- a/cad/oregano/Makefile
+++ b/cad/oregano/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	oregano
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.84.43
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	cad
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -28,9 +28,6 @@ GLIB_SCHEMAS=	io.ahoi.oregano.gschema.xml
 CFLAGS+=	-Wno-error=incompatible-function-pointer-types
 .endif
 
-post-patch:
-	@${REINPLACE_CMD} 's|$${MANDIR}|${MANPREFIX}/man|' ${WRKSRC}/data/wscript
-
 post-stage:
 	@cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} bin/oregano bin/microtests
 	${RM} ${STAGEDIR}${PREFIX}/share/glib-2.0/schemas/gschemas.compiled
diff --git a/cad/oregano/pkg-plist b/cad/oregano/pkg-plist
index 95be9022fdb0..cc0c43c6d548 100644
--- a/cad/oregano/pkg-plist
+++ b/cad/oregano/pkg-plist
@@ -1,6 +1,6 @@
 bin/microtests
 bin/oregano
-man/man1/oregano.1.gz
+share/man/man1/oregano.1.gz
 share/applications/oregano.desktop
 share/help/C/oregano/figures/Screenshot-zener.oregano.png
 share/help/C/oregano/figures/oregano-Generate-List.png



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