Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Jan 2014 00:02:34 +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: r340955 - head/emulators/virtio-kmod
Message-ID:  <201401250002.s0P02YDx004219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rene
Date: Sat Jan 25 00:02:33 2014
New Revision: 340955
URL: http://svnweb.freebsd.org/changeset/ports/340955
QAT: https://qat.redports.org/buildarchive/r340955/

Log:
  Support stage
  
  Approved by:	portmgr (infrastructure blanket)

Modified:
  head/emulators/virtio-kmod/Makefile

Modified: head/emulators/virtio-kmod/Makefile
==============================================================================
--- head/emulators/virtio-kmod/Makefile	Fri Jan 24 23:59:31 2014	(r340954)
+++ head/emulators/virtio-kmod/Makefile	Sat Jan 25 00:02:33 2014	(r340955)
@@ -17,8 +17,6 @@ WRKSRC=		${WRKDIR}
 NEEDSUBDIRS=	amd64 cam conf contrib dev/pci geom i386 kern net netinet netinet6 \
 	sys tools vm x86
 
-NO_STAGE=	yes
-
 USES=		kmod
 .include <bsd.port.pre.mk>
 
@@ -59,13 +57,10 @@ do-build:
 
 do-install:
 .for f in pci/virtio_pci virtio/virtio block/virtio_blk balloon/virtio_balloon network/if_vtnet
-	${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko ${KMODDIR}
-	${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko.symbols ${KMODDIR}
+	${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko ${STAGEDIR}${KMODDIR}
+	${INSTALL_KLD} ${WRKSRC}/sys/modules/virtio/${f}.ko.symbols ${STAGEDIR}${KMODDIR}
 .endfor
 
-post-install:
-	${CAT} ${PKGMESSAGE}
-
 # For maintainer only.
 SVN_MIRROR?=	http://svn.freebsd.org/base
 EXPDIR=		${WRKSRC}/src/sys



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401250002.s0P02YDx004219>