summaryrefslogtreecommitdiff
path: root/textproc/source-highlight
diff options
context:
space:
mode:
authorryoon <ryoon>2011-02-23 22:01:36 +0000
committerryoon <ryoon>2011-02-23 22:01:36 +0000
commit96c23d0ff5b62a18aa3bf68ce3d8f1f4772a92c5 (patch)
treea19f38b3813a45484b1f36cb0981391c591b325c /textproc/source-highlight
parente67f29bcb4663db8d188b834d3602a373f553beb (diff)
downloadpkgsrc-96c23d0ff5b62a18aa3bf68ce3d8f1f4772a92c5.tar.gz
Fix typo in comment.
Diffstat (limited to 'textproc/source-highlight')
-rw-r--r--textproc/source-highlight/Makefile4
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