diff options
author | agc <agc@pkgsrc.org> | 2004-01-21 10:33:16 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2004-01-21 10:33:16 +0000 |
commit | b0fedec2780a19b22ca53330e12bc7569cd8a70e (patch) | |
tree | 75031b202af27f787643c98791a62260dc6af577 /doc | |
parent | c08e217cdf95c9e4430f01ae197d977b7b065a90 (diff) | |
download | pkgsrc-b0fedec2780a19b22ca53330e12bc7569cd8a70e.tar.gz |
Fix typo - thanks to wiz for pointing it out.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile-example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile-example b/doc/Makefile-example index aaa7cab4fb5..f82ce6d9d8b 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.1 2004/01/20 12:04:49 agc Exp $ +# $NetBSD: Makefile-example,v 1.2 2004/01/21 10:33:16 agc Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_GNU:=make/} # Second paragraph - MAINTAINER, HOMEPAGE and COMMENT MAINTAINER= tech-pkg@NetBSD.org # set this to your email address, tech-pkg@ is the default HOMEPAGE= http://www.gnu.org/software/make/make.html -COMMENT= GNU version of 'make' utility # start with a capital, no articales at start +COMMENT= GNU version of 'make' utility # start with a capital, no articles at start # Third paragraph - PKG_INSTALLATION_TYPES PKG_INSTALLATION_TYPES= overwrite pkgviews # needed for package views-ready packages |