Date: Mon, 15 Jan 2024 17:44:02 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a73fb8d45d9c - main - devel/xmake: Install manpages under share/man Message-ID: <202401151744.40FHi2j7044906@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=a73fb8d45d9c1c4be1fe360ae65970e00d574368 commit a73fb8d45d9c1c4be1fe360ae65970e00d574368 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-15 17:43:18 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-15 17:43:18 +0000 devel/xmake: Install manpages under share/man Sponsored by: Rubicon Communications, LLC ("Netgate") --- devel/xmake/Makefile | 4 ++-- devel/xmake/files/patch-Makefile | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/xmake/Makefile b/devel/xmake/Makefile index 984bbe6e8dc3..634d7fe3026d 100644 --- a/devel/xmake/Makefile +++ b/devel/xmake/Makefile @@ -1,6 +1,6 @@ PORTNAME= xmake PORTVERSION= 1.06 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://apollo.backplane.com/xmake/ EXTRACT_SUFX= .tgz @@ -9,7 +9,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Powerful make utility WRKSRC= ${WRKDIR}/xmake -PLIST_FILES= bin/xmake man/man1/xmake.1.gz +PLIST_FILES= bin/xmake share/man/man1/xmake.1.gz post-extract: @${RM} -r ${WRKSRC}/obj diff --git a/devel/xmake/files/patch-Makefile b/devel/xmake/files/patch-Makefile index 06a8830b730b..51776e3c150c 100644 --- a/devel/xmake/files/patch-Makefile +++ b/devel/xmake/files/patch-Makefile @@ -1,15 +1,15 @@ ---- ./Makefile.orig 2014-02-19 12:33:07.233262579 +0100 -+++ ./Makefile 2014-02-19 12:33:45.211272300 +0100 -@@ -6,7 +6,7 @@ +--- Makefile.orig 2002-12-11 20:51:25 UTC ++++ Makefile +@@ -6,7 +6,7 @@ IBDIR= $(PREFIX)/bin EXE= xmake PREFIX ?= /usr/local IBDIR= $(PREFIX)/bin -IMDIR= $(PREFIX)/man/man1 -+IMDIR= $(MANPREFIX)/man/man1 ++IMDIR= $(MANPREFIX)/share/man/man1 BSD_INSTALL_PROGRAM ?= install -c -s -m 755 BSD_INSTALL_MAN ?= install -c -m 644 -@@ -19,6 +19,6 @@ +@@ -19,6 +19,6 @@ install: all rm -f $(OBJS) $(EXE) install: all
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401151744.40FHi2j7044906>