Date: Sat, 24 Feb 2024 11:20:32 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: 6aa74c10951e - main - graphics/scale2x: Moved man to share/man Message-ID: <202402241120.41OBKWmL092015@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=6aa74c10951e213cc15adc23e60558ea2fafed89 commit 6aa74c10951e213cc15adc23e60558ea2fafed89 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 10:40:19 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 11:18:54 +0000 graphics/scale2x: Moved man to share/man Approved by: portmgr (blanket) --- graphics/scale2x/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/scale2x/Makefile b/graphics/scale2x/Makefile index 2219ae1c61c7..9d653ea57b7d 100644 --- a/graphics/scale2x/Makefile +++ b/graphics/scale2x/Makefile @@ -1,6 +1,6 @@ PORTNAME= scale2x PORTVERSION= 3.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= SF @@ -13,13 +13,14 @@ LICENSE= GPLv2+ LIB_DEPENDS= libpng.so:graphics/png GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CPPFLAGS+= $$(libpng-config --I_opts) LDFLAGS+= $$(libpng-config --L_opts) PORTEXAMPLES= * PLIST_FILES= bin/scalex bin/scalerx \ - man/man1/scalex.1.gz man/man1/scalerx.1.gz + share/man/man1/scalex.1.gz share/man/man1/scalerx.1.gz OPTIONS_DEFINE= EXAMPLES OPTIONS_DEFINE_i386= MMX
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402241120.41OBKWmL092015>