diff options
author | Nuno Teixeira <eduardo@FreeBSD.org> | 2024-01-22 20:34:01 +0300 |
---|---|---|
committer | Gleb Popov <arrowd@FreeBSD.org> | 2024-01-27 13:52:26 +0300 |
commit | 7aae4b51367e0007a539342b08413cb04ab3a91c (patch) | |
tree | 9276c5514f88312f6307dfd5e2d4b1aa982422f6 /www | |
parent | 1afa638df84d1932458befd8e01753797af19197 (diff) | |
download | freebsd-ports-7aae4b51367e0007a539342b08413cb04ab3a91c.zip |
*: Autotools manpages fix
Approved by: portmgr (blanket)
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 3 | ||||
-rw-r--r-- | www/bluefish/pkg-plist | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index d496d0819451..3a76e4ff17b1 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,6 +1,6 @@ PORTNAME= bluefish DISTVERSION= 2.2.14 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www editors MASTER_SITES= https://www.bennewitz.com/bluefish/stable/source/ \ SF @@ -25,6 +25,7 @@ SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify \ src/plugin_zencoding/zencoding/filters/*.py \ src/plugin_zencoding/zencoding/*.py GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-update-databases \ --with-freedesktop_org-menu=${PREFIX}/share/applications \ --with-freedesktop_org-mime=${PREFIX}/share/mime \ diff --git a/www/bluefish/pkg-plist b/www/bluefish/pkg-plist index 26410ed7669f..431fee9e7c08 100644 --- a/www/bluefish/pkg-plist +++ b/www/bluefish/pkg-plist @@ -6,7 +6,7 @@ lib/bluefish/htmlbar.so lib/bluefish/infbrowser.so lib/bluefish/snippets.so lib/bluefish/zencoding.so -man/man1/bluefish.1.gz +share/man/man1/bluefish.1.gz share/metainfo/bluefish.appdata.xml share/applications/bluefish.desktop %%DATADIR%%/bflang/JQuery.bfinc |