diff options
author | swills <swills@FreeBSD.org> | 2012-09-19 04:52:16 +0800 |
---|---|---|
committer | swills <swills@FreeBSD.org> | 2012-09-19 04:52:16 +0800 |
commit | bc049ae0fef54aba9b59e4c2a524a9dac6f5574d (patch) | |
tree | 71174c806a72c756f92c0355dae290bc37fd96f7 | |
parent | 2375f708e49289f4d775db917686cc24f990ff6d (diff) | |
download | freebsd-ports-gnome-bc049ae0fef54aba9b59e4c2a524a9dac6f5574d.tar.gz freebsd-ports-gnome-bc049ae0fef54aba9b59e4c2a524a9dac6f5574d.tar.zst freebsd-ports-gnome-bc049ae0fef54aba9b59e4c2a524a9dac6f5574d.zip |
- 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" |