Skip to content

Commit

Permalink
sysutils/apachetop: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 25, 2024
1 parent 4afe0d4 commit c44862c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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}/

Expand All @@ -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

Expand Down

0 comments on commit c44862c

Please sign in to comment.