git: b07954d699ec - main - sysutils/vbetool: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:54 UTC
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=b07954d699ec31d150e4f285aa66da2c8b6b420e commit b07954d699ec31d150e4f285aa66da2c8b6b420e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-22 19:47:42 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-22 20:18:20 +0000 sysutils/vbetool: Move man pages to share/man Approved by: portmgr (blanket) --- sysutils/vbetool/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 4cf8e50dac2d..221951c945f6 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -1,6 +1,6 @@ PORTNAME= vbetool PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \ LOCAL/jkim @@ -14,10 +14,11 @@ LICENSE= GPLv2 LIB_DEPENDS= libpci.so:devel/libpci \ libx86.so:devel/libx86 -PLIST_FILES= man/man1/vbetool.1.gz \ - sbin/vbetool +PLIST_FILES= sbin/vbetool \ + share/man/man1/vbetool.1.gz GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS+=--with-x86emu CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib