diff options
author | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz> | 2007-02-22 19:26:05 +0000 |
commit | 0c152e7442b8ddde8405ba9d0f2d4d981d5c3151 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/xentools20/Makefile | |
parent | 8a5fbfcada8ed360c15f5cf866f70753cbb13b39 (diff) | |
download | pkgsrc-0c152e7442b8ddde8405ba9d0f2d4d981d5c3151.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/xentools20/Makefile')
-rw-r--r-- | sysutils/xentools20/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sysutils/xentools20/Makefile b/sysutils/xentools20/Makefile index 5c440339c3a..f4cc9292a69 100644 --- a/sysutils/xentools20/Makefile +++ b/sysutils/xentools20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/11/22 00:12:34 seb Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/22 19:27:12 wiz Exp $ # DISTNAME= xen-2.0.7-src @@ -44,12 +44,12 @@ PYTHON_PATCH_SCRIPTS+= misc/xend PYTHON_PATCH_SCRIPTS+= xentrace/xentrace_format SUBST_CLASSES+= paths py conf -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= python/xen/xend/server/SrvDaemon.py +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths= python/xen/xend/server/SrvDaemon.py SUBST_FILES.paths+= python/xen/xend/XendDomainInfo.py SUBST_FILES.paths+= python/xen/sv/Daemon.py -SUBST_SED.paths= -e "s|/usr/sbin|${PREFIX}/sbin|g" -SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_SED.paths= -e "s|/usr/sbin|${PREFIX}/sbin|g" +SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_STAGE.py= pre-configure SUBST_FILES.py= python/Makefile |