View | Details | Raw Unified | Return to bug 102117
Collapse All | Expand All

(-)/usr/home/rene/ports/biosfont/Makefile (-4 / +7 lines)
Lines 7-12 Link Here
7
PORTNAME=	biosfont
7
PORTNAME=	biosfont
8
PORTVERSION=	1.0
8
PORTVERSION=	1.0
9
PORTREVISION=	1
9
CATEGORIES=	sysutils
10
CATEGORIES=	sysutils
10
MASTER_SITES=	http://home.tiscali.nl/rladan/biosfont/
11
MASTER_SITES=	http://home.tiscali.nl/rladan/biosfont/
Lines 18-29 Link Here
18
MAN4=		biosfont.4
19
MAN4=		biosfont.4
19
WRKSRC=		${WRKDIR}/${PORTNAME}
20
KMODDIR?=	${DESTDIR}/boot/modules
20
KMODDIR?=	/boot/modules
21
PLIST_SUB=	KMODDIR=${KMODDIR}
21
PLIST_SUB=	KMODDIR=${KMODDIR}
22
MAKE_ENV+=	KMODDIR=${KMODDIR}
22
MAKE_ENV+=	KMODDIR=${KMODDIR}
23
SUB_FILES=	pkg-message
24
SUB_LIST=	DESTDIR=${DESTDIR}
25
23
.include <bsd.port.pre.mk>
26
.include <bsd.port.pre.mk>
24
# patches for earlier versions are welcome
27
# patches for earlier versions are welcome
Lines 36-43 Link Here
36
.endif
39
.endif
37
post-install:
40
post-install:
38
	${INSTALL_DATA} ${WRKSRC}/biosfont.h ${PREFIX}/include
41
	${INSTALL_DATA} ${WRKSRC}/biosfont.h ${TARGETDIR}/include
39
	${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4
42
	${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${TARGETDIR}/man/man4
40
	@${CAT} ${PKGMESSAGE}
43
	@${CAT} ${PKGMESSAGE}
41
.include <bsd.port.post.mk>
44
.include <bsd.port.post.mk>
(-)/usr/home/rene/ports/biosfont/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (biosfont-1.0.tar.gz) = dc013ad1e4ed7fc46e74871188bd2eea
1
MD5 (biosfont-1.0.tar.gz) = 88ce9ea4fa55b0cf30a0b4febc16103c
2
SHA256 (biosfont-1.0.tar.gz) =
2
SHA256 (biosfont-1.0.tar.gz) =
3
SIZE (biosfont-1.0.tar.gz) = 2613
3
SIZE (biosfont-1.0.tar.gz) = 2676
(-)/usr/home/rene/ports/biosfont/files/pkg-message.in (+14 lines)
Line 0 Link Here
1
===============================================================================
2
3
This port has installed the biosfont kernel module.
4
5
To load the kernel module immediately, type the following command:
6
7
	kldload biosfont
8
9
To load the kernel module at boot, add the following line to
10
%%DESTDIR%%/boot/loader.conf:
11
12
	biosfont_load="YES"
13
14
===============================================================================
(-)/usr/home/rene/ports/biosfont/pkg-message (-14 lines)
Lines 1-14 Link Here
1
===============================================================================
2
3
This port has installed the biosfont kernel module.
4
5
To load the kernel module immediately, type the following command:
6
7
	kldload biosfont
8
9
To load the kernel module at boot, add the following line to
10
/boot/loader.conf:
11
12
	biosfont_load="YES"
13
14
===============================================================================
(-)/usr/home/rene/ports/biosfont/pkg-plist (+1 lines)
Lines 1-3 Link Here
1
include/biosfont.h
1
include/biosfont.h
2
@cwd %%KMODDIR%%
2
@cwd %%KMODDIR%%
3
biosfont.ko
3
biosfont.ko
4
@unexec kldxref %%KMODDIR%%

Return to bug 102117