git: b50696958b8e - main - graphics/svg2pdf: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 11:20:34 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b50696958b8e805d39f4a96172aa77c9907d13e3 commit b50696958b8e805d39f4a96172aa77c9907d13e3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 10:42:47 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 11:18:56 +0000 graphics/svg2pdf: Moved man to share/man Approved by: portmgr (blanket) --- graphics/svg2pdf/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/svg2pdf/Makefile b/graphics/svg2pdf/Makefile index 7f2bec41e870..cbecd2369e7f 100644 --- a/graphics/svg2pdf/Makefile +++ b/graphics/svg2pdf/Makefile @@ -1,6 +1,6 @@ PORTNAME= svg2pdf PORTVERSION= 0.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -11,10 +11,11 @@ WWW= https://cairographics.org LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share USES= pkgconfig LDFLAGS+= -lm PLIST_FILES= bin/svg2pdf \ - man/man1/svg2pdf.1.gz + share/man/man1/svg2pdf.1.gz .include <bsd.port.mk>