git: daf2152952f1 - main - converters/base64: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 30 Jan 2024 22:36:13 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=daf2152952f16b6d026938188740841f2cd873ca commit daf2152952f16b6d026938188740841f2cd873ca Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-30 21:58:54 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-30 22:35:33 +0000 converters/base64: Moved man to share/man Approved by: portmgr (blanket) --- converters/base64/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/converters/base64/Makefile b/converters/base64/Makefile index 793dee2abf3c..dad281d76e7e 100644 --- a/converters/base64/Makefile +++ b/converters/base64/Makefile @@ -1,6 +1,6 @@ PORTNAME= base64 PORTVERSION= 1.5 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= converters MASTER_SITES= http://www.fourmilab.ch/webtools/base64/ @@ -12,8 +12,9 @@ LICENSE= PD LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share ALL_TARGET= prog PLIST_FILES= bin/base64 \ - man/man1/base64.1.gz + share/man/man1/base64.1.gz .include <bsd.port.mk>