games/coffeebreak: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
PORTNAME= coffeebreak
|
PORTNAME= coffeebreak
|
||||||
DISTVERSION= 0.1.1
|
DISTVERSION= 0.1.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= games
|
CATEGORIES= games
|
||||||
|
|
||||||
MAINTAINER= 0mp@FreeBSD.org
|
MAINTAINER= 0mp@FreeBSD.org
|
||||||
@@ -15,6 +16,9 @@ NO_ARCH= yes
|
|||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
|
||||||
PLIST_FILES= bin/coffeebreak \
|
PLIST_FILES= bin/coffeebreak \
|
||||||
man/man6/coffeebreak.6.gz
|
share/man/man6/coffeebreak.6.gz
|
||||||
|
|
||||||
|
post-patch:
|
||||||
|
${REINPLACE_CMD} 's|/usr/local|${PREFIX}|g' ${WRKSRC}/Makefile
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|||||||
11
games/coffeebreak/files/patch-Makefile
Normal file
11
games/coffeebreak/files/patch-Makefile
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
--- Makefile.orig 2024-03-09 06:57:33 UTC
|
||||||
|
+++ Makefile
|
||||||
|
@@ -27,7 +27,7 @@ BINDIR = $(DESTDIR)$(PREFIX)/bin
|
||||||
|
|
||||||
|
PREFIX = /usr/local
|
||||||
|
BINDIR = $(DESTDIR)$(PREFIX)/bin
|
||||||
|
-MANDIR = $(DESTDIR)$(PREFIX)/man
|
||||||
|
+MANDIR = $(DESTDIR)$(PREFIX)/share/man
|
||||||
|
MAN6DIR = $(MANDIR)/man6
|
||||||
|
|
||||||
|
install:
|
||||||
Reference in New Issue
Block a user