Skip to content

Commit

Permalink
graphics/vp: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 24, 2024
1 parent b506969 commit ddedb20
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 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/

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

0 comments on commit ddedb20

Please sign in to comment.