mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
- Fix pkg-plist, noticed by fenner@ builds
- Include PORTVERSION in tarball - Bump PORTREVISION PR: ports/102117 Submitted by: Rene Ladan <r.c.ladan(at)gmail.com> (maintainer)
This commit is contained in:
parent
bcfcdf474c
commit
83678d0d9f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=172141
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= biosfont
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://home.tiscali.nl/rladan/biosfont/
|
||||
|
||||
@ -18,12 +19,13 @@ ONLY_FOR_ARCHS= i386
|
||||
|
||||
MAN4= biosfont.4
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
KMODDIR?= /boot/modules
|
||||
|
||||
PLIST_SUB= KMODDIR=${KMODDIR}
|
||||
MAKE_ENV+= KMODDIR=${KMODDIR}
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
# patches for earlier versions are welcome
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (biosfont-1.0.tar.gz) = dc013ad1e4ed7fc46e74871188bd2eea
|
||||
SHA256 (biosfont-1.0.tar.gz) = cbfc43ecb0ca78fc49cadeed387724ddb82be17233b66a5205c972bad61b3da0
|
||||
SIZE (biosfont-1.0.tar.gz) = 2613
|
||||
MD5 (biosfont-1.0.tar.gz) = 88ce9ea4fa55b0cf30a0b4febc16103c
|
||||
SHA256 (biosfont-1.0.tar.gz) = 62f05d4172293f39c5f06e6a1645e909e84e6adb76d3aa54fbb19997fcdb2ff9
|
||||
SIZE (biosfont-1.0.tar.gz) = 2676
|
||||
|
@ -4,10 +4,10 @@ This port has installed the biosfont kernel module.
|
||||
|
||||
To load the kernel module immediately, type the following command:
|
||||
|
||||
kldload biosfont
|
||||
kldload biosfont
|
||||
|
||||
To load the kernel module at boot, add the following line to
|
||||
/boot/loader.conf:
|
||||
%%PREFIX%%/boot/loader.conf:
|
||||
|
||||
biosfont_load="YES"
|
||||
|
@ -1,3 +1,4 @@
|
||||
include/biosfont.h
|
||||
@cwd %%KMODDIR%%
|
||||
biosfont.ko
|
||||
@unexec kldxref %%KMODDIR%%
|
||||
|
Loading…
Reference in New Issue
Block a user