diff options
author | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
---|---|---|
committer | rillig <rillig> | 2006-04-22 09:22:05 +0000 |
commit | 1bf12f54d752f34431e029c366efad2fb372519b (patch) | |
tree | 7693d63ffaaa57cf44393c3f1b19100370b24b85 /sysutils/grub | |
parent | 5e6ac2b5cb9b127db4bb3a69a03e450a9c8895cd (diff) | |
download | pkgsrc-1bf12f54d752f34431e029c366efad2fb372519b.tar.gz |
Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
Diffstat (limited to 'sysutils/grub')
-rw-r--r-- | sysutils/grub/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/grub/Makefile b/sysutils/grub/Makefile index c8d75afeeb5..c93e5dba40d 100644 --- a/sysutils/grub/Makefile +++ b/sysutils/grub/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2006/04/07 19:54:17 jlam Exp $ +# $NetBSD: Makefile,v 1.43 2006/04/22 09:22:15 rillig Exp $ # DISTNAME= grub-0.97 @@ -58,7 +58,7 @@ CONFIGURE_ARGS+= ${GRUB_SCAN_ARGS} SUBST_CLASSES+= grubterm SUBST_STAGE.grubterm= post-patch -SUBST_MESSAGE.grubterm= "Changing references to <term.h> to <grubterm.h>" +SUBST_MESSAGE.grubterm= Changing references to <term.h> to <grubterm.h> SUBST_FILES.grubterm= grub/*.c stage2/Makefile.in stage2/*.c SUBST_SED.grubterm= -e "s,<term.h>,<grubterm.h>,g" \ -e "s, term.h , grubterm.h ,g" |