diff options
Diffstat (limited to 'devel/autogen')
| -rw-r--r-- | devel/autogen/Makefile | 4 | ||||
| -rw-r--r-- | devel/autogen/files/patch-autoopts-Makefile.in | 14 | ||||
| -rw-r--r-- | devel/autogen/pkg-plist | 3 |
3 files changed, 19 insertions, 2 deletions
diff --git a/devel/autogen/Makefile b/devel/autogen/Makefile index ae4750a2ad65..397c529a91d4 100644 --- a/devel/autogen/Makefile +++ b/devel/autogen/Makefile @@ -1,6 +1,6 @@ PORTNAME= autogen PORTVERSION= 5.18.16 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= devel MASTER_SITES= GNU/autogen/rel${PORTVERSION} @@ -15,7 +15,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} \ gmktemp:sysutils/coreutils RUN_DEPENDS= bash:shells/bash -USES= gmake gnome guile:2.2 libtool pathfix perl5 pkgconfig shebangfix tar:xz +USES= gmake gnome guile:2.2 libtool perl5 pkgconfig shebangfix tar:xz USE_GNOME= libxml2 USE_PERL5= build diff --git a/devel/autogen/files/patch-autoopts-Makefile.in b/devel/autogen/files/patch-autoopts-Makefile.in new file mode 100644 index 000000000000..f207dce94d0b --- /dev/null +++ b/devel/autogen/files/patch-autoopts-Makefile.in @@ -0,0 +1,14 @@ +--- autoopts/Makefile.in.orig 2018-08-26 17:44:45 UTC ++++ autoopts/Makefile.in +@@ -480,8 +480,9 @@ nodist_pkgdata_DATA = $(libsrc) \ + strneqvcmp.3 strtransform.3 + + nodist_pkgdata_DATA = $(libsrc) \ +- tpl/man2mdoc tpl/man2texi tpl/mdoc2man \ +- tpl/mdoc2texi tpl/texi2man tpl/texi2mdoc \ ++ tpl/man2man tpl/man2mdoc tpl/man2texi \ ++ tpl/mdoc2man tpl/mdoc2mdoc tpl/mdoc2texi \ ++ tpl/texi2man tpl/texi2mdoc tpl/texi2texi \ + tpl/tpl-config.tlib + + nodist_libdata_DATA = tpl/tpl-config.tlib diff --git a/devel/autogen/pkg-plist b/devel/autogen/pkg-plist index 05b3b420651e..912dd9b10ff5 100644 --- a/devel/autogen/pkg-plist +++ b/devel/autogen/pkg-plist @@ -38,10 +38,12 @@ libdata/pkgconfig/autoopts.pc %%DATADIR%%/lgplv2.lic %%DATADIR%%/libopts-42.1.17.tar.gz %%DATADIR%%/liboptschk.m4 +%%DATADIR%%/man2man %%DATADIR%%/man2mdoc %%DATADIR%%/man2texi %%DATADIR%%/mbsd.lic %%DATADIR%%/mdoc2man +%%DATADIR%%/mdoc2mdoc %%DATADIR%%/mdoc2texi %%DATADIR%%/optcode.tlib %%DATADIR%%/opthead.tlib @@ -57,6 +59,7 @@ libdata/pkgconfig/autoopts.pc %%DATADIR%%/strings.tpl %%DATADIR%%/texi2man %%DATADIR%%/texi2mdoc +%%DATADIR%%/texi2texi %%DATADIR%%/tpl-config.tlib %%DATADIR%%/usage.tlib share/man/man1/autogen.1.gz |
