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

(-)Makefile (-1 / +2 lines)
Lines 21-31 Link Here
21
.endif
21
.endif
22
MAKE_ENV+=	WERROR=
22
MAKE_ENV+=	WERROR=
23
PLIST_FILES=	lib/kix_saver.ko
23
PLIST_FILES=	lib/kix_saver.ko
24
SUB_FILES=	pkg-message
24
25
25
do-install:
26
do-install:
26
	${INSTALL_KLD} ${WRKSRC}/kix_saver.ko ${PREFIX}/lib
27
	${INSTALL_KLD} ${WRKSRC}/kix_saver.ko ${PREFIX}/lib
27
28
28
post-install:
29
post-install:
29
	@${SED} -e 's,%%PREFIX%%,${PREFIX},g' ${PKGMESSAGE}
30
	@${CAT} ${PKGMESSAGE}
30
31
31
.include <bsd.port.mk>
32
.include <bsd.port.mk>
(-)pkg-message (-7 lines)
Removed Link Here
1
2
The qix_saver.ko module has been installed to %%PREFIX%%/lib. You
3
may wish to add this to your kern.module_path sysctl string or copy it
4
to another location.
5
6
For best results, recompile your kernel with the VESA option.
7
(-)files/pkg-message.in (+7 lines)
Added Link Here
1
2
The qix_saver.ko module has been installed to %%PREFIX%%/lib. You
3
may wish to add this to your kern.module_path sysctl string or copy it
4
to another location.
5
6
For best results, recompile your kernel with the VESA option.
7

Return to bug 142540