From ea40fada40293f03d96e153d80487141c24d1be2 Mon Sep 17 00:00:00 2001 From: Nuno Teixeira Date: Fri, 22 Mar 2024 21:58:59 +0000 Subject: [PATCH] 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 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