Skip to content

Commit

Permalink
devel/xmake: Install manpages under share/man
Browse files Browse the repository at this point in the history
Sponsored by:	Rubicon Communications, LLC ("Netgate")
  • Loading branch information
rbgarga committed Jan 15, 2024
1 parent 3d68246 commit a73fb8d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions 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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions 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
Expand Down

0 comments on commit a73fb8d

Please sign in to comment.