diff --git a/sysutils/vbetool/Makefile b/sysutils/vbetool/Makefile index 4cf8e50dac2d..221951c945f6 100644 --- a/sysutils/vbetool/Makefile +++ b/sysutils/vbetool/Makefile @@ -1,24 +1,25 @@ PORTNAME= vbetool PORTVERSION= 1.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://www.codon.org.uk/~mjg59/vbetool/download/ \ LOCAL/jkim MAINTAINER= jkim@FreeBSD.org COMMENT= Application for executing video card BIOS code WWW= http://www.codon.org.uk/~mjg59/vbetool/ 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 .include