graphics/xsvg: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 11:44:57 +01:00
parent ddedb20252
commit 1789267f4d
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= xsvg
PORTVERSION= 0.2.1
PORTREVISION= 7
PORTREVISION= 8
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
@ -12,9 +12,10 @@ LIB_DEPENDS= libsvg-cairo.so:graphics/libsvg-cairo
USES= pkgconfig xorg
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lXrender -lm
USE_XORG= x11 xrender
PLIST_FILES= bin/xsvg man/man1/xsvg.1.gz
PLIST_FILES= bin/xsvg share/man/man1/xsvg.1.gz
.include <bsd.port.mk>