summaryrefslogtreecommitdiff
path: root/sysutils/asapm
diff options
context:
space:
mode:
authordmcmahill <dmcmahill>2000-07-06 21:09:38 +0000
committerdmcmahill <dmcmahill>2000-07-06 21:09:38 +0000
commit75878037db5481d4150779ab6ba7294cee3163a7 (patch)
tree66aa0fae0d6d5e531b6bc40d08479a078c3c74f5 /sysutils/asapm
parent40c621666f7104237bc1f09d8873c4a8bac08bbd (diff)
downloadpkgsrc-75878037db5481d4150779ab6ba7294cee3163a7.tar.gz
fix typo so these will build on apm capable systems
Diffstat (limited to 'sysutils/asapm')
-rw-r--r--sysutils/asapm/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index a6edce2f4f8..2372ed3d152 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2000/06/26 16:44:20 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.9 2000/07/06 21:09:38 dmcmahill Exp $
# FreeBSD Id: Makefile,v 1.5 1998/11/29 12:43:12 asami Exp
#
@@ -11,7 +11,7 @@ MASTER_SITES= http://www.tigr.net/afterstep/as-apps/download/asapm/ \
MAINTAINER= jlam@netbsd.org
HOMEPAGE= http://www.tigr.net/afterstep/as-apps/download/asapm/
-.if !exists(/usr/include/machine/apmvar.h")
+.if !exists(/usr/include/machine/apmvar.h)
IGNORE+= "APM is not available for ${MACHINE_PLATFORM}"
.endif