summaryrefslogtreecommitdiff
path: root/palm
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2005-01-19 16:59:18 +0000
committerVolker Stolz <vs@FreeBSD.org>2005-01-19 16:59:18 +0000
commit25ac6fb5d3c5028b27440b80366e72e49f7e9ee8 (patch)
tree89c971797552d7a671e5dfbffcfabb62b7a027d4 /palm
parentCorrect several instances where the "msgid" attribute content had an (diff)
Unquote IGNORE.
PR: ports/76095 Submitted by: Sam Lawrance
Notes
Notes: svn path=/head/; revision=126847
Diffstat (limited to 'palm')
-rw-r--r--palm/uppc-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/palm/uppc-kmod/Makefile b/palm/uppc-kmod/Makefile
index 1e3c2de973d7..455ffc8e2e6b 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>