git: 968827e1c741 - main - www/multiwatch: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 26 Feb 2024 13:15:44 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=968827e1c74196e93b2b7377ca55a1fa9ec5fdc2 commit 968827e1c74196e93b2b7377ca55a1fa9ec5fdc2 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-26 13:01:58 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-26 13:15:15 +0000 www/multiwatch: Moved man to share/man Approved by: portmgr (blanket) --- www/multiwatch/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/www/multiwatch/Makefile b/www/multiwatch/Makefile index 0dba90f65543..6c4e20666eb3 100644 --- a/www/multiwatch/Makefile +++ b/www/multiwatch/Makefile @@ -1,6 +1,6 @@ PORTNAME= multiwatch PORTVERSION= 1.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://download.lighttpd.net/multiwatch/releases-1.x/ @@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libev.so:devel/libev GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= gnome pkgconfig tar:bzip2 USE_GNOME= glib20 @@ -23,6 +24,6 @@ CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/multiwatch \ - man/man1/multiwatch.1.gz + share/man/man1/multiwatch.1.gz .include <bsd.port.mk>