Skip to content

Commit

Permalink
textproc/ffe: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent 871d13a commit 1f42b0e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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}

Expand All @@ -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}"
Expand Down

0 comments on commit 1f42b0e

Please sign in to comment.