Date: Sun, 29 Sep 2013 17:09:49 +0000 (UTC) From: Rene Ladan <rene@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328713 - head/sysutils/biosfont Message-ID: <201309291709.r8TH9nG0024318@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rene Date: Sun Sep 29 17:09:48 2013 New Revision: 328713 URL: http://svnweb.freebsd.org/changeset/ports/328713 Log: Add staging support Featuring: bapt Modified: head/sysutils/biosfont/Makefile head/sysutils/biosfont/pkg-plist Modified: head/sysutils/biosfont/Makefile ============================================================================== --- head/sysutils/biosfont/Makefile Sun Sep 29 17:04:27 2013 (r328712) +++ head/sysutils/biosfont/Makefile Sun Sep 29 17:09:48 2013 (r328713) @@ -16,23 +16,24 @@ SSP_UNSAFE= kernel module does not suppo # only platforms guraranteed to be ok, feedback/patches are welcome ONLY_FOR_ARCHS= i386 amd64 -MAN4= biosfont.4 +USES= uidfix -NO_STAGE= yes .include <bsd.port.pre.mk> KMODDIR= /boot/modules PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX} -MAKE_ENV+= KMODDIR=${KMODDIR} +MAKE_ENV+= KMODDIR=${KMODDIR} NO_XREF=yes .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source files .endif +pre-install: + ${MKDIR} ${STAGEDIR}/boot/modules + post-install: - ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${PREFIX}/include - ${INSTALL_MAN} ${MAN4:S|^|${WRKSRC}/|} ${PREFIX}/man/man4 - @${CAT} ${PKGMESSAGE} + ${INSTALL_DATA} ${WRKSRC}/biosfont.h ${STAGEDIR}${PREFIX}/include + ${INSTALL_MAN} ${WRKSRC}/biosfont.4 ${STAGEDIR}${PREFIX}/man/man4 .include <bsd.port.post.mk> Modified: head/sysutils/biosfont/pkg-plist ============================================================================== --- head/sysutils/biosfont/pkg-plist Sun Sep 29 17:04:27 2013 (r328712) +++ head/sysutils/biosfont/pkg-plist Sun Sep 29 17:09:48 2013 (r328713) @@ -1,5 +1,7 @@ include/biosfont.h +man/man4/biosfont.4.gz @cwd %%KMODDIR%% biosfont.ko +@exec kldxref %%KMODDIR%% @unexec kldxref %%KMODDIR%% @cwd %%PREFIX%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201309291709.r8TH9nG0024318>