Date: Sat, 23 Mar 2024 18:08:45 GMT From: Nuno Teixeira <eduardo@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 8ce9d56b1bf1 - main - x11-clocks/wmcalclock: Move man pages to share/man Message-ID: <202403231808.42NI8jlX027009@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo: URL: https://cgit.FreeBSD.org/ports/commit/?id=8ce9d56b1bf162e50e9ae472c5cdab829201d30e commit 8ce9d56b1bf162e50e9ae472c5cdab829201d30e Author: Nuno Teixeira <eduardo@FreeBSD.org> AuthorDate: 2024-03-23 15:29:14 +0000 Commit: Nuno Teixeira <eduardo@FreeBSD.org> CommitDate: 2024-03-23 18:08:32 +0000 x11-clocks/wmcalclock: Move man pages to share/man Approved by: portmgr (blanket) --- x11-clocks/wmcalclock/Makefile | 4 ++-- x11-clocks/wmcalclock/files/patch-Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-clocks/wmcalclock/Makefile b/x11-clocks/wmcalclock/Makefile index 660d3bcfcc8a..c030bfc6e840 100644 --- a/x11-clocks/wmcalclock/Makefile +++ b/x11-clocks/wmcalclock/Makefile @@ -1,6 +1,6 @@ PORTNAME= wmCalClock PORTVERSION= 1.26 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks windowmaker MASTER_SITES= http://jmpacquet.free.fr/wmcalclock/ @@ -15,7 +15,7 @@ USES= xorg USE_XORG= x11 xext xpm MAKE_ENV= OPSYS=${OPSYS} WRKSRC= ${WRKDIR}/${DISTNAME}/Src -PLIST_FILES= bin/wmCalClock man/man1/${PORTNAME}.1.gz +PLIST_FILES= bin/wmCalClock share/man/man1/${PORTNAME}.1.gz PORTDOCS= BUGS CHANGES HINTS INSTALL README TODO OPTIONS_DEFINE= DOCS diff --git a/x11-clocks/wmcalclock/files/patch-Makefile b/x11-clocks/wmcalclock/files/patch-Makefile index d16bea2c32bd..899a98f1a20e 100644 --- a/x11-clocks/wmcalclock/files/patch-Makefile +++ b/x11-clocks/wmcalclock/files/patch-Makefile @@ -30,12 +30,12 @@ clean: for i in $(OBJS) ; do \ -@@ -31,6 +30,6 @@ clean: +@@ -31,6 +30,6 @@ install:: wmCalClock rm -f wmCalClock install:: wmCalClock - install -c -s -m 0755 wmCalClock $(DESTDIR)/bin - install -c -m 0644 wmCalClock.1 $(DESTDIR)/man/man1 + ${BSD_INSTALL_PROGRAM} wmCalClock $(DESTDIR)$(PREFIX)/bin -+ ${BSD_INSTALL_MAN} wmCalClock.1 $(DESTDIR)$(PREFIX)/man/man1 ++ ${BSD_INSTALL_MAN} wmCalClock.1 $(DESTDIR)$(PREFIX)/share/man/man1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403231808.42NI8jlX027009>