mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
print/lout: Move man pages to share/man
Approved by: portmgr (blanket)
This commit is contained in:
parent
415a405c97
commit
fd1d57116b
3 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
PORTNAME= lout
|
PORTNAME= lout
|
||||||
PORTVERSION= 3.42.2
|
PORTVERSION= 3.42.2
|
||||||
PORTREVISION= 2
|
PORTREVISION= 3
|
||||||
CATEGORIES= print
|
CATEGORIES= print
|
||||||
|
|
||||||
MAINTAINER= kbowling@FreeBSD.org
|
MAINTAINER= kbowling@FreeBSD.org
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
--- makefile.orig 2021-12-21 18:09:56 UTC
|
--- makefile.orig 2022-11-01 21:15:55 UTC
|
||||||
+++ makefile
|
+++ makefile
|
||||||
@@ -275,15 +275,15 @@ TRACING =
|
@@ -275,15 +275,15 @@ TRACING =
|
||||||
#TRACING = -g -fno-omit-frame-pointer -fsanitize=address -fsanitize-recover
|
#TRACING = -g -fno-omit-frame-pointer -fsanitize=address -fsanitize-recover
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
LOUTLIBDIR = $(LIBDIR)/lib
|
LOUTLIBDIR = $(LIBDIR)/lib
|
||||||
LOUTDOCDIR = $(LIBDIR)/doc
|
LOUTDOCDIR = $(LIBDIR)/doc
|
||||||
-MANDIR = $(LIBDIR)/man
|
-MANDIR = $(LIBDIR)/man
|
||||||
+MANDIR = $(PREFIX)/man/man1
|
+MANDIR = $(PREFIX)/share/man/man1
|
||||||
|
|
||||||
LIBFONT = font
|
LIBFONT = font
|
||||||
LIBMAPS = maps
|
LIBMAPS = maps
|
||||||
|
|
|
@ -599,6 +599,6 @@ bin/prg2lout
|
||||||
%%DATADIR%%/lib/maps/Symb.LCM
|
%%DATADIR%%/lib/maps/Symb.LCM
|
||||||
%%DATADIR%%/lib/maps/koi8r.LCM
|
%%DATADIR%%/lib/maps/koi8r.LCM
|
||||||
%%DATADIR%%/lib/maps/null.LCM
|
%%DATADIR%%/lib/maps/null.LCM
|
||||||
man/man1/lout.1.gz
|
share/man/man1/lout.1.gz
|
||||||
man/man1/prg2lout.1.gz
|
share/man/man1/prg2lout.1.gz
|
||||||
@dir %%DATADIR%%/lib/locale
|
@dir %%DATADIR%%/lib/locale
|
||||||
|
|
Loading…
Add table
Reference in a new issue