aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 21:21:24 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-03-22 22:05:26 +0000
commit871d13aa28007b9fb2dbb973f93a840216cd9dc9 (patch)
tree428bfd0584c5cbb23d72d8b007e5938e9aca4f52
parent45c94953e0f6ae08ef628dfce76f14f16c539b3d (diff)
downloadports-871d13aa28007b9fb2dbb973f93a840216cd9dc9.tar.gz
ports-871d13aa28007b9fb2dbb973f93a840216cd9dc9.zip
textproc/fex: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--textproc/fex/Makefile6
1 files 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