diff options
author | osa <osa@FreeBSD.org> | 2011-11-03 02:31:13 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2011-11-03 02:31:13 +0800 |
commit | 430bfeb7f187c7bd22ad13a5f5a5b4b8a4e9d90e (patch) | |
tree | 973752ffe5ab2cef36afa5220e6394f8c9a7186f /sysutils | |
parent | d3070c0f13a6ca8fa8dbe95638b5b79bc883d402 (diff) | |
download | freebsd-ports-gnome-430bfeb7f187c7bd22ad13a5f5a5b4b8a4e9d90e.tar.gz freebsd-ports-gnome-430bfeb7f187c7bd22ad13a5f5a5b4b8a4e9d90e.tar.zst freebsd-ports-gnome-430bfeb7f187c7bd22ad13a5f5a5b4b8a4e9d90e.zip |
Fix typo.
Found by: az
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/acpi_call/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile index eecd12c4314d..ca96362b6191 100644 --- a/sysutils/acpi_call/Makefile +++ b/sysutils/acpi_call/Makefile @@ -21,7 +21,7 @@ PLIST_SUB+= KMODDIR=${KMODDIR} \ PORTNAME=${PORTNAME} .if !exists(/sys/sys/module.h) -IGNORE= requires kernel source filee +IGNORE= requires kernel source files .endif post-build: |