diff options
author | dinoex <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2002-01-28 07:31:04 +0000 |
commit | 12fee97b3b2db87aafc419ab6a7a70f458165d9e (patch) | |
tree | 60c2c82e1f315f10a4244e7df73f20f308a07b62 /comms/vrflash/Makefile | |
parent | 9ff3bb64048b4054f64cc0a7935a356b9faf5b5c (diff) | |
download | FreeBSD-ports-12fee97b3b2db87aafc419ab6a7a70f458165d9e.zip FreeBSD-ports-12fee97b3b2db87aafc419ab6a7a70f458165d9e.tar.gz |
Change some defines from "YES" to "yes"
See samples in the porters-handbook.
Diffstat (limited to 'comms/vrflash/Makefile')
-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 769130e..c41c67c 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 |