svn commit: r340955 - head/emulators/virtio-kmod

Rene Ladan rene at FreeBSD.org
Sat Jan 25 00:02:34 UTC 2014


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


More information about the svn-ports-all mailing list