git: 0b97e9bbd6c8 - main - sysutils/ftwin: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Feb 2024 17:50:17 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=0b97e9bbd6c818387ddbb878a0944604b0ada6d4 commit 0b97e9bbd6c818387ddbb878a0944604b0ada6d4 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 17:40:01 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 17:49:54 +0000 sysutils/ftwin: Moved man to share/man Approved by: portmgr (blanket) --- sysutils/ftwin/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile index 9b70bd7abbff..1c1b9ac3ee3e 100644 --- a/sysutils/ftwin/Makefile +++ b/sysutils/ftwin/Makefile @@ -1,5 +1,6 @@ PORTNAME= ftwin PORTVERSION= 0.8.10 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= shoesoft@gmx.net @@ -18,6 +19,7 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \ USES= autoreconf bdb libarchive pkgconfig tar:bzip2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --with-archive=${LOCALBASE} USE_GITHUB= yes GH_ACCOUNT= fpesce @@ -25,7 +27,7 @@ GH_TAGNAME= 3355fd9 MAKE_ARGS= CFLAGS="${CFLAGS}" PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README -PLIST_FILES= bin/ftwin man/man8/ftwin.8.gz +PLIST_FILES= bin/ftwin share/man/man8/ftwin.8.gz OPTIONS_DEFINE= DOCS