git: ddedb2025211 - main - graphics/vp: Moved man to share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 24 Feb 2024 11:20:35 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=ddedb2025211d5af9e7e1a14949de9bb001dd11f commit ddedb2025211d5af9e7e1a14949de9bb001dd11f Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-24 10:44:14 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-24 11:18:56 +0000 graphics/vp: Moved man to share/man Approved by: portmgr (blanket) --- graphics/vp/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/graphics/vp/Makefile b/graphics/vp/Makefile index f0797762cdaa..ff00da20026f 100644 --- a/graphics/vp/Makefile +++ b/graphics/vp/Makefile @@ -1,6 +1,6 @@ PORTNAME= vp PORTVERSION= 1.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= http://elfga.com/~erik/files/ @@ -9,10 +9,11 @@ COMMENT= Image viewer for X WWW= https://bzflag.bz/~erik GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share LIBS+= -lm USES= sdl tar:xz USE_SDL= image -PLIST_FILES= bin/vp man/man1/vp.1.gz +PLIST_FILES= bin/vp share/man/man1/vp.1.gz .include <bsd.port.mk>