mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
x11/mons: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
972fc6f206
commit
ac97a6e143
3 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
||||||
PORTNAME= mons
|
PORTNAME= mons
|
||||||
DISTVERSIONPREFIX= v
|
DISTVERSIONPREFIX= v
|
||||||
DISTVERSION= 0.8.2
|
DISTVERSION= 0.8.2
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= x11
|
CATEGORIES= x11
|
||||||
|
|
||||||
MAINTAINER= rob@sarcasticadmin.com
|
MAINTAINER= rob@sarcasticadmin.com
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- Makefile.orig 2017-11-25 13:46:52 UTC
|
--- Makefile.orig 2017-11-25 13:46:52 UTC
|
||||||
+++ Makefile
|
+++ Makefile
|
||||||
@@ -1,10 +1,9 @@
|
@@ -1,10 +1,9 @@ PKGDESC = POSIX Shell script to quickly manage 2-moni
|
||||||
PKGNAME = mons
|
PKGNAME = mons
|
||||||
PKGDESC = POSIX Shell script to quickly manage 2-monitors display.
|
PKGDESC = POSIX Shell script to quickly manage 2-monitors display.
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
-MANDIR = $(DESTDIR)/usr/share/man/man1
|
-MANDIR = $(DESTDIR)/usr/share/man/man1
|
||||||
-BINDIR = $(DESTDIR)/usr/bin
|
-BINDIR = $(DESTDIR)/usr/bin
|
||||||
-LIBDIR = $(DESTDIR)/usr/lib/libshlist
|
-LIBDIR = $(DESTDIR)/usr/lib/libshlist
|
||||||
+MANDIR = $(DESTDIR)$(PREFIX)/man/man1
|
+MANDIR = $(DESTDIR)$(PREFIX)/share/man/man1
|
||||||
+BINDIR = $(DESTDIR)$(PREFIX)/bin
|
+BINDIR = $(DESTDIR)$(PREFIX)/bin
|
||||||
+LIBDIR = $(DESTDIR)$(PREFIX)/lib/libshlist
|
+LIBDIR = $(DESTDIR)$(PREFIX)/lib/libshlist
|
||||||
LIB = libshlist/liblist.sh
|
LIB = libshlist/liblist.sh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
bin/mons
|
bin/mons
|
||||||
lib/libshlist/liblist.sh
|
lib/libshlist/liblist.sh
|
||||||
man/man1/mons.1.gz
|
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
%%PORTDOCS%%%%DOCSDIR%%/README.md
|
||||||
%%PORTDOCS%%%%DOCSDIR%%/img/raw-body.png
|
%%PORTDOCS%%%%DOCSDIR%%/img/raw-body.png
|
||||||
|
share/man/man1/mons.1.gz
|
||||||
|
|
Loading…
Add table
Reference in a new issue