diff options
author | sakamoto <sakamoto> | 2000-01-13 11:03:56 +0000 |
---|---|---|
committer | sakamoto <sakamoto> | 2000-01-13 11:03:56 +0000 |
commit | 3b5b52d7fc630b545a3dde4fe5384b062e2a5a90 (patch) | |
tree | aa75493f3a8399241a90fe4b6a107725379f5c75 /emulators | |
parent | 985eb006d979f47e451a5bf5931fdf81a990d660 (diff) | |
download | pkgsrc-3b5b52d7fc630b545a3dde4fe5384b062e2a5a90.tar.gz |
add \ for "(", ")" in BROKEN.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 5fcaf5fa925..597078ed0dd 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/01/11 10:13:31 sakamoto Exp $ +# $NetBSD: Makefile,v 1.3 2000/01/13 11:03:56 sakamoto Exp $ # DISTNAME= libwcsmbs-0.0.4-4jrpm @@ -12,7 +12,7 @@ EXTRACT_SUFX= .i386.rpm DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ wcsmbs-locale-0.4.11-1jrpm${EXTRACT_SUFX} -BROKEN= "linux-locale is not work correctly with glibc-2.1.2(suse_linux-6.3)" +BROKEN= "linux-locale is not work correctly with glibc-2.1.2\(suse_linux-6.3\)" MAINTAINER= sakamoto@netbsd.org |