git: 5afef6cef727 - main - sysutils/iat: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 10:40:18 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=5afef6cef72744b28c024857a1893028b569ddf7 commit 5afef6cef72744b28c024857a1893028b569ddf7 Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 09:52:47 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 10:39:42 +0000 sysutils/iat: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/iat/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/iat/Makefile b/sysutils/iat/Makefile index 0bbbaf610dc9..6ecc56ebd633 100644 --- a/sysutils/iat/Makefile +++ b/sysutils/iat/Makefile @@ -1,5 +1,6 @@ PORTNAME= iat PORTVERSION= 0.1.7 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= BERLIOS @@ -13,8 +14,9 @@ LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING USES= tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share -PLIST_FILES= bin/iat man/man1/iat.1.gz +PLIST_FILES= bin/iat share/man/man1/iat.1.gz post-patch: @${REINPLACE_CMD} -e '/install-data-am:/ s|install-includeHEADERS||' \