git: 871d13aa2800 - main - textproc/fex: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 22:05:45 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=871d13aa28007b9fb2dbb973f93a840216cd9dc9
commit 871d13aa28007b9fb2dbb973f93a840216cd9dc9
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 21:21:24 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 22:05:26 +0000
textproc/fex: Move man pages to share/man
Approved by: portmgr (blanket)
---
textproc/fex/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/textproc/fex/Makefile b/textproc/fex/Makefile
index 62f43959e2e5..de6a6fa9f2c5 100644
--- a/textproc/fex/Makefile
+++ b/textproc/fex/Makefile
@@ -1,7 +1,7 @@
PORTNAME= fex
PORTVERSION= 2.0.0
DISTVERSIONPREFIX= v
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc
MAINTAINER= zi@FreeBSD.org
@@ -15,9 +15,9 @@ USE_PERL5= build # pod2man
USE_GITHUB= yes
GH_ACCOUNT= jordansissel
-MAKE_ENV+= INSTALLMAN=${PREFIX}/man
+MAKE_ENV+= INSTALLMAN=${PREFIX}/share/man
-PLIST_FILES= bin/fex man/man1/fex.1.gz
+PLIST_FILES= bin/fex share/man/man1/fex.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|CC=gcc|CC=${CC}|g' ${WRKSRC}/Makefile