summaryrefslogtreecommitdiff
path: root/sysutils/kapm
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-06 21:09:38 +0000
committerdmcmahill <dmcmahill>2000-07-06 21:09:38 +0000
commita4e2cffbda1a894b90f43c0961a145991ea18f97 (patch)
tree66aa0fae0d6d5e531b6bc40d08479a078c3c74f5 /sysutils/kapm
parenta287ac8d1af1869cae5386585ebf778199583939 (diff)
downloadpkgsrc-a4e2cffbda1a894b90f43c0961a145991ea18f97.tar.gz
fix typo so these will build on apm capable systems
Diffstat (limited to 'sysutils/kapm')
-rw-r--r--sysutils/kapm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/kapm/Makefile b/sysutils/kapm/Makefile
index 848c3b0883f..c855e3410d5 100644
--- a/sysutils/kapm/Makefile
+++ b/sysutils/kapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2000/06/26 16:44:21 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.5 2000/07/06 21:09:40 dmcmahill Exp $
#
DISTNAME= kapm-0.3.1
@@ -8,7 +8,7 @@ MASTER_SITES= ftp://bodnar42.dhs.org/pub/kapm/
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://bodnar42.dhs.org/kapm/
-.if !exists(/usr/include/machine/apmvar.h")
+.if !exists(/usr/include/machine/apmvar.h)
IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
.endif