svn commit: r304459 - head/sysutils/xen-tools

Steve Wills swills at FreeBSD.org
Tue Sep 18 20:52:17 UTC 2012


Author: swills
Date: Tue Sep 18 20:52:16 2012
New Revision: 304459
URL: http://svn.freebsd.org/changeset/ports/304459

Log:
  - Fix RC script installation
  
  PR:		ports/171753
  Submitted by:	Mark Felder <feld at feld.me> (maintainer)

Modified:
  head/sysutils/xen-tools/Makefile

Modified: head/sysutils/xen-tools/Makefile
==============================================================================
--- head/sysutils/xen-tools/Makefile	Tue Sep 18 20:47:49 2012	(r304458)
+++ head/sysutils/xen-tools/Makefile	Tue Sep 18 20:52:16 2012	(r304459)
@@ -6,6 +6,7 @@
 
 PORTNAME=	xen-tools
 PORTVERSION=	4.1.3
+PORTREVISION=	1
 CATEGORIES=	sysutils
 DISTNAME=	xen-${PORTVERSION}
 
@@ -25,6 +26,7 @@ GITSRC=		${WRKDIR}/${GIT_ACCOUNT}-${GIT_
 
 USE_GMAKE=	yes
 USE_PYTHON=	yes
+USE_RC_SUBR=	xe-daemon
 
 ONLY_FOR_ARCHS=		amd64 i386 ia64
 ONLY_FOR_ARCHS_REASON=	"not yet ported to anything other than amd64, i386, or ia64"



More information about the svn-ports-head mailing list