git: 743355a96dc7 - main - archivers/lzip: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Feb 2024 22:10:39 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=743355a96dc7d1a963f23ab36236166bc627ddfe commit 743355a96dc7d1a963f23ab36236166bc627ddfe Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-20 21:37:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-20 22:09:26 +0000 archivers/lzip: Moved man to share/man Approved by: portmgr (blanket) --- archivers/lzip/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/archivers/lzip/Makefile b/archivers/lzip/Makefile index fdd50b6e6fe3..33239863171c 100644 --- a/archivers/lzip/Makefile +++ b/archivers/lzip/Makefile @@ -1,5 +1,6 @@ PORTNAME= lzip DISTVERSION= 1.23 +PORTREVISION= 1 CATEGORIES= archivers MASTER_SITES= SAVANNAH/lzip @@ -11,9 +12,10 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/lzip \ - man/man1/lzip.1.gz + share/man/man1/lzip.1.gz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= CXX="${CXX}" \ CXXFLAGS="${CXXFLAGS}" \ LDFLAGS="${LDFLAGS}"