git: 0edc687243b4 - main - print/min12xxw: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 12:17:02 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0edc687243b4fae67ed3af47c1a9ef5e7d1a4c5a commit 0edc687243b4fae67ed3af47c1a9ef5e7d1a4c5a Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 11:38:36 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 11:38:36 +0000 print/min12xxw: Moved man to share/man Approved by: portmgr (blanket) --- print/min12xxw/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/print/min12xxw/Makefile b/print/min12xxw/Makefile index c4359a522f6e..ed044a617e89 100644 --- a/print/min12xxw/Makefile +++ b/print/min12xxw/Makefile @@ -1,5 +1,6 @@ PORTNAME= min12xxw PORTVERSION= 0.0.9 +PORTREVISION= 1 CATEGORIES= print MASTER_SITES= http://hinterbergen.de/mala/min12xxw/ @@ -11,9 +12,10 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share PLIST_FILES= bin/esc-m \ bin/min12xxw \ - man/man1/min12xxw.1.gz + share/man/man1/min12xxw.1.gz .include <bsd.port.mk>