aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:35:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-02-26 07:35:07 +0000
commit3932649a9f90332fd36248980e9a5f2533fd0307 (patch)
tree827bd91541c94da128ea19201dec44b7b6b88206
parentec0fe8787183a09b9cfa5c1135fa98c8a7af8f4e (diff)
downloadports-3932649a9f90332fd36248980e9a5f2533fd0307.tar.gz
ports-3932649a9f90332fd36248980e9a5f2533fd0307.zip
sysutils/whowatch: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--sysutils/whowatch/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/whowatch/Makefile b/sysutils/whowatch/Makefile
index 802419b9cd36..f1ccc7bad7e0 100644
--- a/sysutils/whowatch/Makefile
+++ b/sysutils/whowatch/Makefile
@@ -1,6 +1,6 @@
PORTNAME= whowatch
PORTVERSION= 1.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ \
PACKETSTORM/UNIX/IDS
@@ -14,8 +14,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= ncurses
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
-PLIST_FILES= bin/whowatch man/man1/${PORTNAME}.1.gz
+PLIST_FILES= bin/whowatch share/man/man1/${PORTNAME}.1.gz
pre-patch:
@${FIND} ${WRKSRC} -name 'proc????.c' | ${XARGS} ${REINPLACE_CMD} -E \