aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 21:23:18 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 22:05:27 +0000
commit1f42b0e19d75553165fbbf32114353b900983016 (patch)
tree1d4d88a287787fd77eb7df6f37966b05b160930c
parent871d13aa28007b9fb2dbb973f93a840216cd9dc9 (diff)
downloadports-1f42b0e19d75553165fbbf32114353b900983016.tar.gz
ports-1f42b0e19d75553165fbbf32114353b900983016.zip
textproc/ffe: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/ffe/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/ffe/Makefile b/textproc/ffe/Makefile
index 051d60163c9a..410f21c75636 100644
--- a/textproc/ffe/Makefile
+++ b/textproc/ffe/Makefile
@@ -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}"