diff options
author | ryoon <ryoon@pkgsrc.org> | 2011-02-23 22:01:36 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2011-02-23 22:01:36 +0000 |
commit | 3deafb3747a2b73deb26e31ba347c2f0202361f0 (patch) | |
tree | a19f38b3813a45484b1f36cb0981391c591b325c /textproc | |
parent | 6ad19671349c9c50ffdb8d6203922b446d25f076 (diff) | |
download | pkgsrc-3deafb3747a2b73deb26e31ba347c2f0202361f0.tar.gz |
Fix typo in comment.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/source-highlight/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/source-highlight/Makefile b/textproc/source-highlight/Makefile index 04ba36848e3..31127f9a087 100644 --- a/textproc/source-highlight/Makefile +++ b/textproc/source-highlight/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2010/12/02 18:00:14 adam Exp $ +# $NetBSD: Makefile,v 1.30 2011/02/23 22:01:36 ryoon Exp $ DISTNAME= source-highlight-3.1.4 SVR4_PKGNAME= srchl @@ -32,7 +32,7 @@ TEST_TARGET= check .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "NetBSD" -# We really need GNU sed not NetBSD's GNuish sed +# We really need GNU sed not NetBSD's GNUish sed TOOLS_PLATFORM.gsed= # empty .endif |