Date: Thu, 18 Jan 2024 18:05:21 GMT From: Renato Botelho <garga@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1d0a1b57191c - main - shells/sash: Move manpages to share/man Message-ID: <202401181805.40II5LJ2048046@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by garga: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d0a1b57191ce9f1e86d4f98f0b295aacb929e30 commit 1d0a1b57191ce9f1e86d4f98f0b295aacb929e30 Author: Renato Botelho <garga@FreeBSD.org> AuthorDate: 2024-01-18 18:01:43 +0000 Commit: Renato Botelho <garga@FreeBSD.org> CommitDate: 2024-01-18 18:05:06 +0000 shells/sash: Move manpages to share/man Approved by: portmgr (blanket) --- shells/sash/Makefile | 1 + shells/sash/files/patch-Makefile | 11 +++++------ shells/sash/pkg-plist | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/shells/sash/Makefile b/shells/sash/Makefile index 6dd1dd94d35a..e0fce1e4b728 100644 --- a/shells/sash/Makefile +++ b/shells/sash/Makefile @@ -1,5 +1,6 @@ PORTNAME= sash PORTVERSION= 3.8 +PORTREVISION= 1 CATEGORIES= shells MASTER_SITES= http://members.tip.net.au/~dbell/programs/ diff --git a/shells/sash/files/patch-Makefile b/shells/sash/files/patch-Makefile index d87e5f4675d5..a97af0e1c2a0 100644 --- a/shells/sash/files/patch-Makefile +++ b/shells/sash/files/patch-Makefile @@ -1,6 +1,6 @@ ---- Makefile.orig 2014-03-05 18:56:53.000000000 +0900 -+++ Makefile 2014-03-13 03:27:58.000000000 +0900 -@@ -19,17 +19,17 @@ +--- Makefile.orig 2014-03-05 09:56:53 UTC ++++ Makefile +@@ -19,17 +19,17 @@ HAVE_GZIP = 1 # HAVE_GZIP = 1 @@ -26,7 +26,7 @@ -DHAVE_GZIP=$(HAVE_GZIP) \ -DHAVE_LINUX_ATTR=$(HAVE_LINUX_ATTR) \ -DHAVE_LINUX_CHROOT=$(HAVE_LINUX_CHROOT) \ -@@ -43,24 +43,26 @@ +@@ -43,24 +43,25 @@ LIBS = -lz LIBS = -lz @@ -35,9 +35,8 @@ -MANDIR = /usr/man +#DESTDIR = +PREFIX ?= /usr/local -+MANPREFIX ?= $(PREFIX) +BINDIR = $(PREFIX)/bin -+MANDIR = $(MANPREFIX)/man ++MANDIR = $(PREFIX)/share/man OBJS = sash.o cmds.o cmd_dd.o cmd_ed.o cmd_grep.o cmd_ls.o cmd_tar.o \ diff --git a/shells/sash/pkg-plist b/shells/sash/pkg-plist index 71242f07d40d..2d4dc1e64572 100644 --- a/shells/sash/pkg-plist +++ b/shells/sash/pkg-plist @@ -1,2 +1,2 @@ @shell bin/sash -man/man1/sash.1.gz +share/man/man1/sash.1.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401181805.40II5LJ2048046>