summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2016-01-29 23:10:18 +0000
committerrillig <rillig@pkgsrc.org>2016-01-29 23:10:18 +0000
commit620c16e23716e1e4071766707c674d0cc7f35845 (patch)
tree5a457880ffe405d13881650afead245d98ee3941
parentfb899462836625d14ea207c840088f6a312e25eb (diff)
downloadpkgsrc-620c16e23716e1e4071766707c674d0cc7f35845.tar.gz
Fixed typo
-rw-r--r--doc/Makefile-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example
index e56055abcdd..91042fb6f30 100644
--- a/doc/Makefile-example
+++ b/doc/Makefile-example
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile-example,v 1.23 2014/10/09 14:06:32 wiz Exp $
+# $NetBSD: Makefile-example,v 1.24 2016/01/29 23:10:18 rillig Exp $
# First paragraph - distfile and binary package data
# DISTNAME PKGNAME PKGREVISION CATEGORIES MASTER_SITES
@@ -16,7 +16,7 @@ HOMEPAGE= http://www.gnu.org/software/make/make.html
COMMENT= GNU version of 'make' utility # start with a capital, no articles at start
LICENSE= hptools-license # Licenses should be added to the pkgsrc/licenses directory.
-# Parapraph for any build or run dependencies -- not libraries,
+# Paragraph for any build or run dependencies -- not libraries,
# those should be handled using buildlink3.mk files.
# Not needed for gmake, just an example:
# BUILD_DEPENDS+= automoc4-[0-9]*:../../devel/automoc4