aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2024-01-15 17:43:18 +0000
committerRenato Botelho <garga@FreeBSD.org>2024-01-15 17:43:18 +0000
commita73fb8d45d9c1c4be1fe360ae65970e00d574368 (patch)
tree37711043066e91929e256063b6471d4634a48b19
parent3d68246d28be42fd4c86a277ec44013a60fda71e (diff)
downloadports-a73fb8d45d9c1c4be1fe360ae65970e00d574368.tar.gz
ports-a73fb8d45d9c1c4be1fe360ae65970e00d574368.zip
devel/xmake: Install manpages under share/man
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r--devel/xmake/Makefile4
-rw-r--r--devel/xmake/files/patch-Makefile10
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