graphics/svg2pdf: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 11:42:47 +01:00
parent cf4a20a482
commit b50696958b
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
1 changed files with 3 additions and 2 deletions

View File

@ -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>