diff options
author | vs <vs@FreeBSD.org> | 2005-01-20 00:59:18 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-01-20 00:59:18 +0800 |
commit | 800dc529e18e0ccb7317af74c11d867947fd45ad (patch) | |
tree | 95c3fe4f8cd2f462decb47cfd517c6907b0f8af0 /palm/uppc-kmod | |
parent | 4331e17755b0fcbf2a850f21ca347518227eb200 (diff) | |
download | freebsd-ports-gnome-800dc529e18e0ccb7317af74c11d867947fd45ad.tar.gz freebsd-ports-gnome-800dc529e18e0ccb7317af74c11d867947fd45ad.tar.zst freebsd-ports-gnome-800dc529e18e0ccb7317af74c11d867947fd45ad.zip |
Unquote IGNORE.
PR: ports/76095
Submitted by: Sam Lawrance
Diffstat (limited to 'palm/uppc-kmod')
-rw-r--r-- | palm/uppc-kmod/Makefile | 2 |
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> |