aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-06-23 19:17:23 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-06-23 19:17:23 +0000
commit5d870415010e5e783a1797fa070b71927cf20889 (patch)
tree8374a0d8b420609281f6aaa8ba5fa8adba3f632a /sysutils
parentb757f37d4e58e54e9258895dfe66cdf01d2858e6 (diff)
downloadports-5d870415010e5e783a1797fa070b71927cf20889.tar.gz
ports-5d870415010e5e783a1797fa070b71927cf20889.zip
Notes
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/acpi_call/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/acpi_call/Makefile b/sysutils/acpi_call/Makefile
index 3e0269a3fc20..34dd12f6f762 100644
--- a/sysutils/acpi_call/Makefile
+++ b/sysutils/acpi_call/Makefile
@@ -16,6 +16,8 @@ COMMENT= Kernel module for calling ACPI methods from userspace
LICENSE= BSD
+.include <bsd.port.pre.mk>
+
KMODDIR?= /boot/modules
PLIST_SUB+= KMODDIR=${KMODDIR} \
PORTNAME=${PORTNAME}
@@ -34,4 +36,4 @@ do-install:
@${INSTALL_KLD} ${WRKSRC}/${PORTNAME}.ko ${KMODDIR}
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>