textproc/ffe: Move man pages to share/man

Approved by:	portmgr (blanket)
2024Q2
Nuno Teixeira 2024-03-22 21:23:18 +00:00
parent 871d13aa28
commit 1f42b0e19d
1 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
PORTNAME= ffe
DISTVERSION= 0.3.9
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= textproc
MASTER_SITES= SF/ff-extractor/ff-extractor/${DISTVERSION}
@ -14,11 +14,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= makeinfo localbase
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -std=gnu89 # Requires GNU89 inline semantics.
INFO= ffe
PORTDOCS= ffe.html
PLIST_FILES= bin/ffe man/man1/ffe.1.gz
PLIST_FILES= bin/ffe share/man/man1/ffe.1.gz
OPTIONS_DEFINE= DOCS GCRYPT
GCRYPT_CONFIGURE_WITH= libgcrypt-prefix="${LOCALBASE}"