aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:19:55 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-29 22:26:01 +0000
commitd7874224517147ea27333632083224d934b8ea5c (patch)
tree361aeb05167b62ecd4527337f42fbf37e77a51d4
parent56bc5466c24e92c03a432d99ca348228fe0e0d2a (diff)
downloadports-d7874224517147ea27333632083224d934b8ea5c.tar.gz
ports-d7874224517147ea27333632083224d934b8ea5c.zip
graphics/svg2png: Moved man to share/man
Approved by: portmgr (blanket)
-rw-r--r--graphics/svg2png/Makefile5
1 files 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>