Skip to content

Commit

Permalink
japanese/kcc: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent 52def28 commit ac0fb80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion japanese/kcc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
PORTNAME= kcc
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= japanese
MASTER_SITES= ftp://ftp.sra.co.jp/pub/os/linux/JE/sources/base/
DISTNAME= ${PORTNAME}
Expand All @@ -9,6 +10,6 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Kanji code conversion Filter

INSTALL_TARGET= install install.man
PLIST_FILES= bin/kcc man/ja/man1/kcc.1.gz
PLIST_FILES= bin/kcc share/man/ja/man1/kcc.1.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion japanese/kcc/files/patch-Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- CFLAGS = -O
+ PREFIX?= /usr/local
+ BINPATH = ${PREFIX}/bin
+ MANPATH = ${PREFIX}/man
+ MANPATH = ${PREFIX}/share/man
+ JMANDIR = ja
+ CFLAGS?= -O

Expand Down

0 comments on commit ac0fb80

Please sign in to comment.