Date: Sat, 27 Jan 2024 10:53:00 GMT From: Gleb Popov <arrowd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d803d6c23683 - main - www/sitecopy: Move manpages to share/man Message-ID: <202401271053.40RAr0Qo080363@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by arrowd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d803d6c23683853d65b5a7c102a60f9b3a0d41b7 commit d803d6c23683853d65b5a7c102a60f9b3a0d41b7 Author: Helge Oldach <sitecopy@oldach.net> AuthorDate: 2024-01-21 13:38:30 +0000 Commit: Gleb Popov <arrowd@FreeBSD.org> CommitDate: 2024-01-27 10:52:25 +0000 www/sitecopy: Move manpages to share/man Approved by: portmgr (blanket) --- www/sitecopy/Makefile | 3 ++- www/sitecopy/pkg-plist | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index 31b3d1cace97..b44e65665556 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,6 +1,6 @@ PORTNAME= sitecopy PORTVERSION= 0.16.6 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= www MASTER_SITES= http://www.manyfish.co.uk/${PORTNAME}/ \ GENTOO @@ -17,6 +17,7 @@ LIB_DEPENDS= libneon.so:www/neon USES= gmake gnome localbase USE_GNOME= libxml2 GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --with-neon --with-libxml2 diff --git a/www/sitecopy/pkg-plist b/www/sitecopy/pkg-plist index b5408fd2eade..fbb7211e08d8 100644 --- a/www/sitecopy/pkg-plist +++ b/www/sitecopy/pkg-plist @@ -1,5 +1,5 @@ bin/sitecopy -man/man1/sitecopy.1.gz +share/man/man1/sitecopy.1.gz %%DOCSDIR%%/NEWS %%DOCSDIR%%/README %%DOCSDIR%%/THANKS
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401271053.40RAr0Qo080363>