git: 107394c6f5c8 - main - japanese/lipsf: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 12:29:49 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=107394c6f5c82e03c2749e062b4931bff495edaa commit 107394c6f5c82e03c2749e062b4931bff495edaa Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 11:35:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 12:29:24 +0000 japanese/lipsf: Moved man to share/man Approved by: portmgr (blanket) --- japanese/lipsf/Makefile | 4 ++-- japanese/lipsf/files/patch-Makefile.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/japanese/lipsf/Makefile b/japanese/lipsf/Makefile index 421c3e3f88ba..629aa06c98f7 100644 --- a/japanese/lipsf/Makefile +++ b/japanese/lipsf/Makefile @@ -1,6 +1,6 @@ PORTNAME= lipsf PORTVERSION= 2.00 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= japanese print MASTER_SITES= http://hp.vector.co.jp/authors/VA012337/soft/lipsf/ DISTNAME= ${PORTNAME}${PORTVERSION:S/.//} @@ -12,7 +12,7 @@ WWW= https://hp.vector.co.jp/authors/VA012337/soft/lipsf/ USES= ncurses WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/.//} -PLIST_FILES= bin/lipsf bin/pols man/ja/man1/lipsf.1.gz man/ja/man1/pols.1.gz +PLIST_FILES= bin/lipsf bin/pols share/man/ja/man1/lipsf.1.gz share/man/ja/man1/pols.1.gz PORTDOCS= HISTORY Install README TECHKNOW OPTIONS_DEFINE= DOCS diff --git a/japanese/lipsf/files/patch-Makefile.in b/japanese/lipsf/files/patch-Makefile.in index 302e91703781..0495df60e0b4 100644 --- a/japanese/lipsf/files/patch-Makefile.in +++ b/japanese/lipsf/files/patch-Makefile.in @@ -13,7 +13,7 @@ -MANDIR = $(TOPDIR)/man__LANGDIR__/man$(MANSEC) -CATDIR = $(TOPDIR)/man__LANGDIR__/cat$(MANSEC) -INSTALL = __INSTALL__ -+MANDIR = $(TOPDIR)/man/$(MANLANG)/man$(MANSEC) ++MANDIR = $(TOPDIR)/share/man/$(MANLANG)/man$(MANSEC) +CATDIR = $(TOPDIR)/man/$(MANLANG)/cat$(MANSEC) CHMOD = chmod