diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-11 22:32:34 +0100 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2024-03-11 22:48:30 +0100 |
commit | 72373bbf8d8cc4cfef8ef6e62d619fe36735e5fd (patch) | |
tree | 78150f87c00f26457676501dc4d601270deb308f /www/geneweb/files/patch-Makefile | |
parent | www/firefox-esr: update to 115.9.0 (rc1) (diff) |
www/geneweb: Moved man to share/man
Approved by: portmgr (blanket)
Diffstat (limited to 'www/geneweb/files/patch-Makefile')
-rw-r--r-- | www/geneweb/files/patch-Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/geneweb/files/patch-Makefile b/www/geneweb/files/patch-Makefile index 140d00668f76..68458fc83042 100644 --- a/www/geneweb/files/patch-Makefile +++ b/www/geneweb/files/patch-Makefile @@ -7,7 +7,7 @@ -LANGDIR=$(PREFIX)/share/geneweb -MANDIR=$(PREFIX)/man/man1 +LANGDIR=$(STAGEDIR)$(PREFIX)/share/geneweb -+MANDIR=$(STAGEDIR)$(PREFIX)/man/man1 ++MANDIR=$(STAGEDIR)$(PREFIX)/share/man/man1 DESTDIR=distribution MANPAGES=ged2gwb.1 gwb2ged.1 gwc.1 gwc2.1 gwu.1 gwd.1 consang.1 gwsetup.1 |