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 | 33863545d61a93d09af262bd78bc9aa81a8166ad (patch) | |
tree | 75031b202af27f787643c98791a62260dc6af577 /doc/Makefile-example | |
parent | d52f3301400def14e43d9f47418537a361179681 (diff) | |
download | pkgsrc-33863545d61a93d09af262bd78bc9aa81a8166ad.tar.gz |
Fix typo - thanks to wiz for pointing it out.
Diffstat (limited to 'doc/Makefile-example')
-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 |