aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 13:57:25 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-25 14:30:23 +0000
commitc44862cb15a69c80e5cd638464e9913f5e317144 (patch)
tree49fe4573771d1671b8cea18bcae89fc00f3fb8a7
parent4afe0d453617063bea945318e775a37fe890f771 (diff)
downloadports-c44862cb15a69c80e5cd638464e9913f5e317144.tar.gz
ports-c44862cb15a69c80e5cd638464e9913f5e317144.zip
sysutils/apachetop: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/apachetop/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/apachetop/Makefile b/sysutils/apachetop/Makefile
index 87317aa98576..41296613f169 100644
--- a/sysutils/apachetop/Makefile
+++ b/sysutils/apachetop/Makefile
@@ -1,5 +1,6 @@
PORTNAME= apachetop
DISTVERSION= 0.23.2
+PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/tessus/${PORTNAME}/releases/download/${DISTVERSION}/
@@ -13,10 +14,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cpe ncurses readline
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ENV+= NCURSES_CFLAGS="-I${NCURSESINC}" NCURSES_LIBS="-lncursesw"
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
OPTIONS_DEFINE= ADNS FAM PCRE2