Index: head/sysutils/biosfont/Makefile =================================================================== --- head/sysutils/biosfont/Makefile (revision 332641) +++ head/sysutils/biosfont/Makefile (revision 332642) @@ -1,28 +1,27 @@ # Created by: rene # $FreeBSD$ PORTNAME= biosfont PORTVERSION= 1.2.1 CATEGORIES= sysutils MASTER_SITES= ftp://rene-ladan.nl/pub/distfiles/ MAINTAINER= rene@FreeBSD.org COMMENT= Kernel module to retrieve bitmap fonts from BIOS memory LICENSE= BSD # only platforms guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 amd64 USES= uidfix kmod .include PLIST_SUB+= PREFIX=${PREFIX} -MAKE_ENV+= NO_XREF=yes post-install: ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 .include