Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Mar 2024 22:05:56 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: ea40fada4029 - main - textproc/wiggle: Move man pages to share/man
Message-ID:  <202403222205.42MM5usZ070956@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=ea40fada40293f03d96e153d80487141c24d1be2

commit ea40fada40293f03d96e153d80487141c24d1be2
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 21:58:59 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:28 +0000

    textproc/wiggle: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 textproc/wiggle/Makefile  | 3 ++-
 textproc/wiggle/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/textproc/wiggle/Makefile b/textproc/wiggle/Makefile
index 36a211fd98ab..67bdb36734e9 100644
--- a/textproc/wiggle/Makefile
+++ b/textproc/wiggle/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	wiggle
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	textproc
 MASTER_SITES=	http://neil.brown.name/wiggle/
 
@@ -23,6 +24,6 @@ pre-patch:
 
 do-install:
 		${INSTALL_PROGRAM} ${WRKSRC}/wiggle ${STAGEDIR}${PREFIX}/bin/
-		${INSTALL_MAN} ${WRKSRC}/wiggle.1 ${STAGEDIR}${PREFIX}/man/man1/
+		${INSTALL_MAN} ${WRKSRC}/wiggle.1 ${STAGEDIR}${PREFIX}/share/man/man1/
 
 .include <bsd.port.mk>
diff --git a/textproc/wiggle/pkg-plist b/textproc/wiggle/pkg-plist
index 1a68e3125386..da49b5da0990 100644
--- a/textproc/wiggle/pkg-plist
+++ b/textproc/wiggle/pkg-plist
@@ -1,2 +1,2 @@
 bin/wiggle
-man/man1/wiggle.1.gz
+share/man/man1/wiggle.1.gz



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