git: ea40fada4029 - main - textproc/wiggle: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:56 UTC
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