diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 19:34:07 +0000 |
---|---|---|
committer | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-03-20 19:51:25 +0000 |
commit | fd1d57116b1c7278e76616f50a7e53eaa6db493b (patch) | |
tree | ef7452ecafe85b9d8d4e44a99b92532263a108de | |
parent | 415a405c97986a36658d7e6eea2e3fcbc8689b84 (diff) | |
download | ports-fd1d57116b1c7278e76616f50a7e53eaa6db493b.tar.gz ports-fd1d57116b1c7278e76616f50a7e53eaa6db493b.zip |
print/lout: Move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r-- | print/lout/Makefile | 2 | ||||
-rw-r--r-- | print/lout/files/patch-makefile | 4 | ||||
-rw-r--r-- | print/lout/pkg-plist | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/print/lout/Makefile b/print/lout/Makefile index 3e5457a67cbb..2848f02a445f 100644 --- a/print/lout/Makefile +++ b/print/lout/Makefile @@ -1,6 +1,6 @@ PORTNAME= lout PORTVERSION= 3.42.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print MAINTAINER= kbowling@FreeBSD.org diff --git a/print/lout/files/patch-makefile b/print/lout/files/patch-makefile index 92c5fb697633..3a19a9059aff 100644 --- a/print/lout/files/patch-makefile +++ b/print/lout/files/patch-makefile @@ -1,4 +1,4 @@ ---- makefile.orig 2021-12-21 18:09:56 UTC +--- makefile.orig 2022-11-01 21:15:55 UTC +++ makefile @@ -275,15 +275,15 @@ TRACING = #TRACING = -g -fno-omit-frame-pointer -fsanitize=address -fsanitize-recover @@ -15,7 +15,7 @@ LOUTLIBDIR = $(LIBDIR)/lib LOUTDOCDIR = $(LIBDIR)/doc -MANDIR = $(LIBDIR)/man -+MANDIR = $(PREFIX)/man/man1 ++MANDIR = $(PREFIX)/share/man/man1 LIBFONT = font LIBMAPS = maps diff --git a/print/lout/pkg-plist b/print/lout/pkg-plist index 4a79b3b1c3ef..0d337769b220 100644 --- a/print/lout/pkg-plist +++ b/print/lout/pkg-plist @@ -599,6 +599,6 @@ bin/prg2lout %%DATADIR%%/lib/maps/Symb.LCM %%DATADIR%%/lib/maps/koi8r.LCM %%DATADIR%%/lib/maps/null.LCM -man/man1/lout.1.gz -man/man1/prg2lout.1.gz +share/man/man1/lout.1.gz +share/man/man1/prg2lout.1.gz @dir %%DATADIR%%/lib/locale |