Skip to content

Commit

Permalink
russian/koi2koi: Move man page to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Yasuhiro Kimura authored and Yasuhiro Kimura committed Mar 29, 2024
1 parent 445c92b commit 597a156
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion russian/koi2koi/Makefile
@@ -1,5 +1,6 @@
PORTNAME= koi2koi
PORTVERSION= 1998.04.16
PORTREVISION= 1
CATEGORIES= russian converters
MASTER_SITES= #
DISTFILES= #
Expand All @@ -14,6 +15,6 @@ MAKEFILE= ${PKGDIR}/src/Makefile
MAKE_ENV= PKGDIR="${PKGDIR}"

PLIST_FILES= bin/koi2koi \
man/man1/koi2koi.1.gz
share/man/man1/koi2koi.1.gz

.include <bsd.port.mk>
2 changes: 1 addition & 1 deletion russian/koi2koi/src/Makefile
Expand Up @@ -7,6 +7,6 @@ PROG= koi2koi
CFLAGS+= -I${PKGDIR}/src

BINDIR= ${PREFIX}/bin
MANDIR= ${PREFIX}/man/man
MANDIR= ${PREFIX}/share/man/man

.include <bsd.prog.mk>

0 comments on commit 597a156

Please sign in to comment.