git: 27027a9125c0 - main - sysutils/wmupmon: Move man pages to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Mar 2024 20:18:57 UTC
The branch main has been updated by eduardo:
URL: https://cgit.FreeBSD.org/ports/commit/?id=27027a9125c0f4f426e25db56135555d0ccc84a5
commit 27027a9125c0f4f426e25db56135555d0ccc84a5
Author: Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-22 19:58:29 +0000
Commit: Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-22 20:18:20 +0000
sysutils/wmupmon: Move man pages to share/man
Approved by: portmgr (blanket)
---
sysutils/wmupmon/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/sysutils/wmupmon/Makefile b/sysutils/wmupmon/Makefile
index 700a437a2a4c..65d2cdeccbee 100644
--- a/sysutils/wmupmon/Makefile
+++ b/sysutils/wmupmon/Makefile
@@ -1,6 +1,6 @@
PORTNAME= wmupmon
PORTVERSION= 0.1.3
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= sysutils windowmaker
# URL link over http://freecode.com/projects/wmupmon
MASTER_SITES= http://j-z-s.com/projects/downloads/
@@ -10,11 +10,12 @@ COMMENT= Uptime showing dockapp with a similar look to wmcpuload
WWW= http://freecode.com/projects/wmupmon
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
USES= autoreconf tar:bzip2 xorg
USE_XORG= xpm
CONFIGURE_ARGS= --program-prefix=""
-PLIST_FILES= "@(,kmem,2555) bin/wmupmon" man/man1/wmupmon.1.gz
+PLIST_FILES= "@(,kmem,2555) bin/wmupmon" share/man/man1/wmupmon.1.gz
post-patch:
@${REINPLACE_CMD} '/SETGID_FLAGS=/d' ${WRKSRC}/configure.ac