Skip to content

Commit

Permalink
misc/utftools: 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 306502d commit 4580d42
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion misc/utftools/Makefile
@@ -1,6 +1,6 @@
PORTNAME= utftools
PORTVERSION= 1.6
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc
MASTER_SITES= http://www.cs.yorku.ca/pub/wily/misc/

Expand All @@ -18,6 +18,9 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libutf.a:misc/libutf
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include

post-patch:
@${REINPLACE_CMD} -e 's|man$$|share/man|' ${WRKSRC}/Makefile.in

post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

Expand Down
8 changes: 4 additions & 4 deletions misc/utftools/pkg-plist
Expand Up @@ -2,7 +2,7 @@ bin/utf8-expand
bin/utf8-fmt
bin/utf8-unexpand
bin/utf8-wc
man/man1/utf8-expand.1.gz
man/man1/utf8-fmt.1.gz
man/man1/utf8-unexpand.1.gz
man/man1/utf8-wc.1.gz
share/man/man1/utf8-expand.1.gz
share/man/man1/utf8-fmt.1.gz
share/man/man1/utf8-unexpand.1.gz
share/man/man1/utf8-wc.1.gz

0 comments on commit 4580d42

Please sign in to comment.