git: d78742245171 - main - graphics/svg2png: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 29 Jan 2024 22:26:31 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=d7874224517147ea27333632083224d934b8ea5c
commit d7874224517147ea27333632083224d934b8ea5c
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-29 22:19:55 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-29 22:26:01 +0000
graphics/svg2png: Moved man to share/man
Approved by: portmgr (blanket)
---
graphics/svg2png/Makefile | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile
index a6ba107d03d1..b428b1cf47c0 100644
--- a/graphics/svg2png/Makefile
+++ b/graphics/svg2png/Makefile
@@ -1,6 +1,6 @@
PORTNAME= svg2png
PORTVERSION= 0.1.3
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
@@ -11,11 +11,12 @@ WWW= https://cairographics.org
LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo
GNU_CONFIGURE= yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USES= pkgconfig
LDFLAGS+= /usr/lib/libm.so # Was labeled broken when ${/usr/bin/ld:L:tA}==/usr/bin/ld.lld: ld: error: /usr/local/lib/libsvg-cairo.so: undefined reference to atan2
PLIST_FILES= bin/svg2png \
- man/man1/svg2png.1.gz
+ share/man/man1/svg2png.1.gz
.include <bsd.port.mk>