Skip to content

Commit

Permalink
sysutils/uniutils: move manpages
Browse files Browse the repository at this point in the history
  • Loading branch information
thierry-FreeBSD committed Jan 30, 2024
1 parent 9530010 commit 43d865a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion sysutils/uniutils/Makefile
@@ -1,5 +1,6 @@
PORTNAME= uniutils
PORTVERSION= 2.28
PORTREVISION= 1
CATEGORIES= sysutils textproc
MASTER_SITES= http://billposer.org/Software/Downloads/

Expand All @@ -12,8 +13,9 @@ LICENSE_FILE= ${WRKSRC}/COPYING

RUN_DEPENDS= ascii2binary:converters/ascii2binary

GNU_CONFIGURE= yes
USES= gettext localbase tar:bz2
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share

LIBS+= -lintl

Expand Down
14 changes: 7 additions & 7 deletions sysutils/uniutils/pkg-plist
Expand Up @@ -6,13 +6,6 @@ bin/uniname
bin/unireverse
bin/unisurrogate
bin/utf8lookup
man/man1/ExplicateUTF8.1.gz
man/man1/unidesc.1.gz
man/man1/unifuzz.1.gz
man/man1/unihist.1.gz
man/man1/uniname.1.gz
man/man1/unireverse.1.gz
man/man1/unisurrogate.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test1.ann
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test1.u
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test2.ann
Expand All @@ -23,3 +16,10 @@ man/man1/unisurrogate.1.gz
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test4.u
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test5.ann
%%PORTEXAMPLES%%%%EXAMPLESDIR%%/Test5.u
share/man/man1/ExplicateUTF8.1.gz
share/man/man1/unidesc.1.gz
share/man/man1/unifuzz.1.gz
share/man/man1/unihist.1.gz
share/man/man1/uniname.1.gz
share/man/man1/unireverse.1.gz
share/man/man1/unisurrogate.1.gz

0 comments on commit 43d865a

Please sign in to comment.