git: 4c15aa9c14f8 - main - sysutils/smenu: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:48 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c15aa9c14f8482c2a0a17a60a690a6f830b39ae commit 4c15aa9c14f8482c2a0a17a60a690a6f830b39ae Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 19:12:10 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 20:18:19 +0000 sysutils/smenu: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/smenu/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/smenu/Makefile b/sysutils/smenu/Makefile index a95cd0880153..439c2d6c77cc 100644 --- a/sysutils/smenu/Makefile +++ b/sysutils/smenu/Makefile @@ -1,6 +1,7 @@ PORTNAME= smenu DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= dbaio@FreeBSD.org @@ -16,8 +17,9 @@ USE_GITHUB= yes GH_ACCOUNT= p-gen GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/smenu \ - man/man1/smenu.1.gz + share/man/man1/smenu.1.gz .include <bsd.port.mk>