diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:40:01 +0000 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-25 17:49:54 +0000 |
commit | 0b97e9bbd6c818387ddbb878a0944604b0ada6d4 (patch) | |
tree | 7962361ca8c3e7cef7378b63a3e913b6451c29d8 | |
parent | 93e36ce2bd1c6a58d5988499cf2cca5ab96006a4 (diff) |
sysutils/ftwin: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | sysutils/ftwin/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |