diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-12 03:26:32 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-12 03:26:32 +0000 |
commit | 3643a82392331e86f0f562939efa5faad76f1e8d (patch) | |
tree | 053f8da603a4b8fa66d7cd1dabba134c5fad7170 /comms | |
parent | Add Gentoo as backup MASTER_SITE to fix fetch problems. Add SHA256 distinfo. (diff) |
Fix IGNORE capitalisation
Noticed by: kris
Diffstat (limited to 'comms')
-rw-r--r-- | comms/vpb-driver/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/vpb-driver/Makefile b/comms/vpb-driver/Makefile index 4bfe15b33a4c..3a819925daf3 100644 --- a/comms/vpb-driver/Makefile +++ b/comms/vpb-driver/Makefile @@ -29,7 +29,7 @@ SED_SCRIPT= -e 's,%%PREFIX%%,${PREFIX},g' \ .include <bsd.port.pre.mk> .if !exists(/usr/src/sys) -IGNORE= Requires kernel source (/usr/src/sys) to build +IGNORE= requires kernel source (/usr/src/sys) to build .endif .if ${OSVERSION} < 502000 || ${OSVERSION} >= 600000 |