git: 84c07b26e4e6 - main - devel/cdecl: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 05 Mar 2024 14:51:33 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=84c07b26e4e62278bdd2af7a7f471a11bb809dda commit 84c07b26e4e62278bdd2af7a7f471a11bb809dda Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-05 13:41:05 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-05 14:51:14 +0000 devel/cdecl: Move man pages to share/man Approved by: portmgr (blanket) --- devel/cdecl/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/cdecl/Makefile b/devel/cdecl/Makefile index 60da169f6a6a..1164420b11d9 100644 --- a/devel/cdecl/Makefile +++ b/devel/cdecl/Makefile @@ -1,6 +1,7 @@ PORTNAME= cdecl PORTVERSION= 16.2.1 DISTVERSIONPREFIX= ${PORTNAME}- +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= ler@FreeBSD.org @@ -16,10 +17,10 @@ USES= autoreconf bison ncurses readline CONFLICTS= cutils USE_GITHUB= yes - GH_ACCOUNT= paul-j-lucas GNU_CONFIGURE= yes -PLIST_FILES= bin/cdecl bin/c++decl man/man1/cdecl.1.gz man/man1/c++decl.1.gz +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share +PLIST_FILES= bin/cdecl bin/c++decl share/man/man1/cdecl.1.gz share/man/man1/c++decl.1.gz .include <bsd.port.mk>