diff options
| author | Steve Wills <swills@FreeBSD.org> | 2012-09-18 20:52:16 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2012-09-18 20:52:16 +0000 |
| commit | 8971137cc7cdcb513b8f4c2c23cf66430181196b (patch) | |
| tree | 71174c806a72c756f92c0355dae290bc37fd96f7 | |
| parent | - Update to 2.1.2 (diff) | |
- Fix RC script installation
PR: ports/171753
Submitted by: Mark Felder <feld@feld.me> (maintainer)
| -rw-r--r-- | sysutils/xen-tools/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/xen-tools/Makefile b/sysutils/xen-tools/Makefile index 1cc9fccda14a..8f7fbacda048 100644 --- a/sysutils/xen-tools/Makefile +++ b/sysutils/xen-tools/Makefile @@ -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_PROJECT}-${GIT_VERSION}/src/ 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" |
