summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2005-01-19 16:59:18 +0000
committervs <vs@FreeBSD.org>2005-01-19 16:59:18 +0000
commit800dc529e18e0ccb7317af74c11d867947fd45ad (patch)
tree95c3fe4f8cd2f462decb47cfd517c6907b0f8af0
parent4331e17755b0fcbf2a850f21ca347518227eb200 (diff)
downloadFreeBSD-ports-800dc529e18e0ccb7317af74c11d867947fd45ad.zip
FreeBSD-ports-800dc529e18e0ccb7317af74c11d867947fd45ad.tar.gz
Unquote IGNORE.
PR: ports/76095 Submitted by: Sam Lawrance
-rw-r--r--graphics/kix-kmod/Makefile2
-rw-r--r--palm/uppc-kmod/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile
index ad60a36..d1c5080 100644
--- a/graphics/kix-kmod/Makefile
+++ b/graphics/kix-kmod/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= jon@witchspace.com
COMMENT= A graphical screensaver kernel module
.if !exists(/usr/src/sys/dev/syscons/syscons.h)
-IGNORE= "Requires kernel source (/usr/src/sys) to build"
+IGNORE= Requires kernel source (/usr/src/sys) to build
.endif
PLIST_FILES= lib/kix_saver.ko
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile
index 1e3c2de..455ffc8 100644
--- a/palm/uppc-kmod/Makefile
+++ b/palm/uppc-kmod/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_REINPLACE= yes
.if !exists(/usr/src/sys/dev/usb/usb.h)
-IGNORE= "Requires kernel source (/usr/src/sys) to build"
+IGNORE= Requires kernel source (/usr/src/sys) to build
.endif
.include <bsd.port.pre.mk>
OpenPOWER on IntegriCloud