aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-03-03 16:49:34 +0800
committersobomax <sobomax@FreeBSD.org>2001-03-03 16:49:34 +0800
commitdaae5ee7cbd535f4b298ea4c0e7ebcd2653fc07d (patch)
tree6a38e602e48cb14879df0f94e295b6a19c40a47b /sysutils
parent5ecdd96a5e4afac8a7e1717af3a5a1a6a6da5625 (diff)
downloadfreebsd-ports-gnome-daae5ee7cbd535f4b298ea4c0e7ebcd2653fc07d.tar.gz
freebsd-ports-gnome-daae5ee7cbd535f4b298ea4c0e7ebcd2653fc07d.tar.zst
freebsd-ports-gnome-daae5ee7cbd535f4b298ea4c0e7ebcd2653fc07d.zip
Don't broke the index if kernel sources are not installed.
Submitted by: John Reynolds <jjreynold@home.com>
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/cd9660_unicode/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/cd9660_unicode/Makefile b/sysutils/cd9660_unicode/Makefile
index dec1a0e9c017..cbeb2944cd1f 100644
--- a/sysutils/cd9660_unicode/Makefile
+++ b/sysutils/cd9660_unicode/Makefile
@@ -21,7 +21,7 @@ ENCODINGS= cd ${WRKSRC}/templates && ${ECHO} [^C]* | \
${SED} 's|\.txt|,|g'
FMT= /usr/bin/fmt
FLAG!= /usr/bin/grep -e cd9660_wchar2char \
- ${SRCPREFIX}/sys/isofs/cd9660/cd9660_util.c || \
+ ${SRCPREFIX}/sys/isofs/cd9660/cd9660_util.c 2>/dev/null || \
/usr/bin/true
.if (${FLAG} == "")