1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

devel/cdecl: Move man pages to share/man

Approved by:	portmgr (blanket)
This commit is contained in:
Nuno Teixeira 2024-03-05 13:41:05 +00:00
parent aa33f03749
commit 84c07b26e4

View File

@ -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>