diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:44:25 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-26 08:44:25 +0100 |
commit | a909e90d9f85155b8abce894a4bcba3c9857f9bd (patch) | |
tree | d281de05bfb52101ce99a94868ce187904b48ae5 /textproc | |
parent | c431e4b0ffe04f21ed6384a563b58e36354341e0 (diff) | |
download | freebsd-ports-a909e90d9f85155b8abce894a4bcba3c9857f9bd.zip |
textproc/btparse: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/btparse/Makefile | 3 | ||||
-rw-r--r-- | textproc/btparse/pkg-plist | 18 |
2 files changed, 11 insertions, 10 deletions
diff --git a/textproc/btparse/Makefile b/textproc/btparse/Makefile index 9a834e25d1a7..40d417945b0a 100644 --- a/textproc/btparse/Makefile +++ b/textproc/btparse/Makefile @@ -1,6 +1,6 @@ PORTNAME= btparse PORTVERSION= 0.35 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= textproc MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:AMBS/${PORTNAME} @@ -10,6 +10,7 @@ COMMENT= C library for parsing and processing BibTeX data files WWW= http://www.gerg.ca/software/btOOL GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USE_LDCONFIG= yes USES= perl5 libtool pathfix USE_PERL5= build diff --git a/textproc/btparse/pkg-plist b/textproc/btparse/pkg-plist index 49788ff1f7b6..ad7b3ea83d15 100644 --- a/textproc/btparse/pkg-plist +++ b/textproc/btparse/pkg-plist @@ -5,12 +5,12 @@ lib/libbtparse.so.0 lib/libbtparse.so lib/libbtparse.a libdata/pkgconfig/btparse.pc -man/man3/btparse.3.gz -man/man3/bt_language.3.gz -man/man3/bt_input.3.gz -man/man3/bt_traversal.3.gz -man/man3/bt_postprocess.3.gz -man/man3/bt_macros.3.gz -man/man3/bt_split_names.3.gz -man/man3/bt_format_names.3.gz -man/man3/bt_misc.3.gz +share/man/man3/btparse.3.gz +share/man/man3/bt_language.3.gz +share/man/man3/bt_input.3.gz +share/man/man3/bt_traversal.3.gz +share/man/man3/bt_postprocess.3.gz +share/man/man3/bt_macros.3.gz +share/man/man3/bt_split_names.3.gz +share/man/man3/bt_format_names.3.gz +share/man/man3/bt_misc.3.gz |