Skip to content

Commit

Permalink
sysutils/vbetool: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 22, 2024
1 parent bbaf513 commit b07954d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sysutils/vbetool/Makefile
@@ -1,6 +1,6 @@
PORTNAME= vbetool
PORTVERSION= 1.1
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= sysutils
MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \
LOCAL/jkim
Expand All @@ -14,10 +14,11 @@ LICENSE= GPLv2
LIB_DEPENDS= libpci.so:devel/libpci \
libx86.so:devel/libx86

PLIST_FILES= man/man1/vbetool.1.gz \
sbin/vbetool
PLIST_FILES= sbin/vbetool \
share/man/man1/vbetool.1.gz

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+=--with-x86emu
CFLAGS+= -I${PREFIX}/include -L${PREFIX}/lib

Expand Down

0 comments on commit b07954d

Please sign in to comment.