diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 12:38:42 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-02-22 13:02:54 +0100 |
commit | 56f543ff1acf684a03709789c85d1fa5bc9875bd (patch) | |
tree | 7943efae471661bac80a037b81533ae6d09a953d /astro | |
parent | 7bbfad5d8055635579c53091a820a3f9ba3fe8d5 (diff) | |
download | freebsd-ports-56f543ff1acf684a03709789c85d1fa5bc9875bd.zip |
astro/foxtrotgps: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/foxtrotgps/Makefile | 3 | ||||
-rw-r--r-- | astro/foxtrotgps/pkg-plist | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/astro/foxtrotgps/Makefile b/astro/foxtrotgps/Makefile index 21b3a0d89fec..132740400557 100644 --- a/astro/foxtrotgps/Makefile +++ b/astro/foxtrotgps/Makefile @@ -1,6 +1,6 @@ PORTNAME= foxtrotgps PORTVERSION= 1.2.2 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro geography MASTER_SITES= http://www.foxtrotgps.org/releases/ @@ -31,6 +31,7 @@ SHEBANG_FILES= contrib/convert2gpx \ contrib/poi2osm GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --disable-schemas-install CONFIGURE_ENV= DATADIRNAME=share diff --git a/astro/foxtrotgps/pkg-plist b/astro/foxtrotgps/pkg-plist index 831d7433096b..c44834d5f55a 100644 --- a/astro/foxtrotgps/pkg-plist +++ b/astro/foxtrotgps/pkg-plist @@ -20,9 +20,9 @@ share/locale/pt_BR/LC_MESSAGES/foxtrotgps.mo share/locale/ru/LC_MESSAGES/foxtrotgps.mo share/locale/sk/LC_MESSAGES/foxtrotgps.mo share/locale/sr/LC_MESSAGES/foxtrotgps.mo -man/man1/convert2gpx.1.gz -man/man1/convert2osm.1.gz -man/man1/foxtrotgps.1.gz +share/man/man1/convert2gpx.1.gz +share/man/man1/convert2osm.1.gz +share/man/man1/foxtrotgps.1.gz share/applications/foxtrotgps.desktop %%DOCSDIR%%/cc-by-sa.png %%DOCSDIR%%/cc-by-sa_small.png |