diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-05 18:16:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-05 18:16:32 +0000 |
commit | f2ca249a82fa4ee06f285f8f693ca548efb34472 (patch) | |
tree | 7a9fb663bf8782f540c998d457a0ded483478975 | |
parent | 2d30c79bb198270213e54ed8586ef3be441ea741 (diff) | |
download | pkgsrc-f2ca249a82fa4ee06f285f8f693ca548efb34472.tar.gz |
grammar fix
-rw-r--r-- | comms/plptools/Makefile | 4 | ||||
-rw-r--r-- | emulators/linux-locale/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/comms/plptools/Makefile b/comms/plptools/Makefile index 42cc54cce09..d4790ffdf89 100644 --- a/comms/plptools/Makefile +++ b/comms/plptools/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1999/08/26 06:03:47 sakamoto Exp $ +# $NetBSD: Makefile,v 1.5 2000/02/05 18:16:32 wiz Exp $ # DISTNAME= plptools-0.4 @@ -9,7 +9,7 @@ MAINTAINER= sakamoto@netbsd.org DEPENDS= readline-4.0:../../devel/readline -BROKEN= "plptools is not work correctly" +BROKEN= plptools does not work correctly USE_LIBTOOL= YES GNU_CONFIGURE= YES diff --git a/emulators/linux-locale/Makefile b/emulators/linux-locale/Makefile index 597078ed0dd..74f4c31ce26 100644 --- a/emulators/linux-locale/Makefile +++ b/emulators/linux-locale/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2000/01/13 11:03:56 sakamoto Exp $ +# $NetBSD: Makefile,v 1.4 2000/02/05 18:16:33 wiz 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 does not work correctly with glibc-2.1.2 (suse_linux-6.3) MAINTAINER= sakamoto@netbsd.org |