diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
commit | d2f8d37ae46f046dd1c3cb517ba1499323064665 (patch) | |
tree | 6648dd98ef773ec5d8039716702ec922ab09d4f1 /comms/vrflash | |
parent | Add patch for: readpassphrase.h (diff) |
Change some defines from "YES" to "yes"
See samples in the porters-handbook.
Notes
Notes:
svn path=/head/; revision=53893
Diffstat (limited to 'comms/vrflash')
-rw-r--r-- | comms/vrflash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/vrflash/Makefile b/comms/vrflash/Makefile index 769130ef18c1..c41c67c6472f 100644 --- a/comms/vrflash/Makefile +++ b/comms/vrflash/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.apex.net/~jeff/agenda-utils/vrflash-unix/ MAINTAINER= dinoex@FreeBSD.org -GNU_CONFIGURE= YES +GNU_CONFIGURE= yes DOCS= agenda-flashing-overview.txt troubleshooting.txt \ pmon-protect-unprotect.txt usage.txt |