diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-22 19:26:05 +0000 |
commit | 601583c3207bd23bb05d0761888aefcb5699e1c2 (patch) | |
tree | fae33b1f36c87708a527346fcfbac7913893ed98 /sysutils/xentools30 | |
parent | 7d3fc308d5df79646f49f260085854f0bcc2fd80 (diff) | |
download | pkgsrc-601583c3207bd23bb05d0761888aefcb5699e1c2.tar.gz |
Whitespace cleanup, courtesy of pkglint.
Patch provided by Sergey Svishchev in private mail.
Diffstat (limited to 'sysutils/xentools30')
-rw-r--r-- | sysutils/xentools30/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/sysutils/xentools30/Makefile b/sysutils/xentools30/Makefile index a0d52aba0b2..ecfbafe130a 100644 --- a/sysutils/xentools30/Makefile +++ b/sysutils/xentools30/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/01/22 21:01:51 smb Exp $ +# $NetBSD: Makefile,v 1.8 2007/02/22 19:27:12 wiz Exp $ # DISTNAME= xen-3.0.3_0-src @@ -58,11 +58,11 @@ PYTHON_PATCH_SCRIPTS+= security/xensec_gen.py PYTHON_PATCH_SCRIPTS+= xenmon/xenmon.py PYTHON_PATCH_SCRIPTS+= xentrace/xentrace_format -SUBST_CLASSES+= paths -SUBST_STAGE.paths= pre-configure -SUBST_FILES.paths= ioemu/vl.c -SUBST_SED.paths= -e "s|/usr/sbin|${PREFIX}/sbin|g" -SUBST_MESSAGE.paths= Fixing hardcoded paths. +SUBST_CLASSES+= paths +SUBST_STAGE.paths= pre-configure +SUBST_FILES.paths= ioemu/vl.c +SUBST_SED.paths= -e "s|/usr/sbin|${PREFIX}/sbin|g" +SUBST_MESSAGE.paths= Fixing hardcoded paths. SUBST_CLASSES+= pathsvar SUBST_STAGE.pathsvar= pre-configure |