Skip to content

Commit

Permalink
devel/ticcutils: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 7, 2024
1 parent 66b6a83 commit 8fc90fd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
3 changes: 2 additions & 1 deletion devel/ticcutils/Makefile
@@ -1,6 +1,6 @@
PORTNAME= ticcutils
DISTVERSION= 0.32
PORTREVISION= 8
PORTREVISION= 9
CATEGORIES= devel textproc
MASTER_SITES= https://github.com/LanguageMachines/${PORTNAME}/releases/download/v${DISTVERSION}/

Expand All @@ -19,6 +19,7 @@ USE_GNOME= libxml2
USE_LDCONFIG= yes

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-static

INSTALL_TARGET= install-strip
Expand Down
16 changes: 8 additions & 8 deletions devel/ticcutils/pkg-plist
Expand Up @@ -25,11 +25,11 @@ lib/libticcutils.so
lib/libticcutils.so.9
lib/libticcutils.so.9.0.0
libdata/pkgconfig/ticcutils.pc
man/man1/ticc_commandline.1.gz
man/man1/ticc_configuration.1.gz
man/man1/ticc_fdstream.1.gz
man/man1/ticc_logstream.1.gz
man/man1/ticc_prettyprint.1.gz
man/man1/ticc_string.1.gz
man/man1/ticc_unit_test.1.gz
man/man1/ticcutils.1.gz
share/man/man1/ticc_commandline.1.gz
share/man/man1/ticc_configuration.1.gz
share/man/man1/ticc_fdstream.1.gz
share/man/man1/ticc_logstream.1.gz
share/man/man1/ticc_prettyprint.1.gz
share/man/man1/ticc_string.1.gz
share/man/man1/ticc_unit_test.1.gz
share/man/man1/ticcutils.1.gz

0 comments on commit 8fc90fd

Please sign in to comment.