misc/utftools: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 21:34:11 +01:00
parent 306502dc6e
commit 4580d42d30
No known key found for this signature in database
GPG key ID: BDB9B5A617C0BC91
2 changed files with 8 additions and 5 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= utftools PORTNAME= utftools
PORTVERSION= 1.6 PORTVERSION= 1.6
PORTREVISION= 1 PORTREVISION= 2
CATEGORIES= misc CATEGORIES= misc
MASTER_SITES= http://www.cs.yorku.ca/pub/wily/misc/ MASTER_SITES= http://www.cs.yorku.ca/pub/wily/misc/
@ -18,6 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:misc/libutf
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include
post-patch:
@${REINPLACE_CMD} -e 's|man$$|share/man|' ${WRKSRC}/Makefile.in
post-install: post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/* ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

View file

@ -2,7 +2,7 @@ bin/utf8-expand
bin/utf8-fmt bin/utf8-fmt
bin/utf8-unexpand bin/utf8-unexpand
bin/utf8-wc bin/utf8-wc
man/man1/utf8-expand.1.gz share/man/man1/utf8-expand.1.gz
man/man1/utf8-fmt.1.gz share/man/man1/utf8-fmt.1.gz
man/man1/utf8-unexpand.1.gz share/man/man1/utf8-unexpand.1.gz
man/man1/utf8-wc.1.gz share/man/man1/utf8-wc.1.gz