Date: Mon, 11 Mar 2024 21:48:42 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 72373bbf8d8c - main - www/geneweb: Moved man to share/man Message-ID: <202403112148.42BLmgus060336@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=72373bbf8d8cc4cfef8ef6e62d619fe36735e5fd commit 72373bbf8d8cc4cfef8ef6e62d619fe36735e5fd Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-03-11 21:32:34 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-03-11 21:48:30 +0000 www/geneweb: Moved man to share/man Approved by: portmgr (blanket) --- www/geneweb/Makefile | 2 +- www/geneweb/files/patch-Makefile | 2 +- www/geneweb/pkg-plist | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/www/geneweb/Makefile b/www/geneweb/Makefile index 02ae50e10432..752457442848 100644 --- a/www/geneweb/Makefile +++ b/www/geneweb/Makefile @@ -1,7 +1,7 @@ PORTNAME= geneweb DISTVERSIONPREFIX= distrib- DISTVERSION= 6-08 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MAINTAINER= alex@stangl.us 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 diff --git a/www/geneweb/pkg-plist b/www/geneweb/pkg-plist index 6324a2a75cfc..edd7d8cd7b84 100644 --- a/www/geneweb/pkg-plist +++ b/www/geneweb/pkg-plist @@ -7,14 +7,6 @@ bin/gwc1 bin/gwc2 bin/gwd bin/gwu -man/man1/consang.1.gz -man/man1/ged2gwb.1.gz -man/man1/gwb2ged.1.gz -man/man1/gwc.1.gz -man/man1/gwc2.1.gz -man/man1/gwd.1.gz -man/man1/gwsetup.1.gz -man/man1/gwu.1.gz %%DATADIR%%/a.gwf %%DATADIR%%/distribution/CHANGES.txt %%DATADIR%%/distribution/LICENSE.txt @@ -691,4 +683,12 @@ man/man1/gwu.1.gz %%DATADIR%%/lang/start.txt %%DATADIR%%/lang/start_utf8.txt %%DATADIR%%/lang/version.txt +share/man/man1/consang.1.gz +share/man/man1/ged2gwb.1.gz +share/man/man1/gwb2ged.1.gz +share/man/man1/gwc.1.gz +share/man/man1/gwc2.1.gz +share/man/man1/gwd.1.gz +share/man/man1/gwsetup.1.gz +share/man/man1/gwu.1.gz @dir %%DATADIR%%/distribution/gw/old
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403112148.42BLmgus060336>