diff options
author | abs <abs@pkgsrc.org> | 2008-05-29 08:34:26 +0000 |
---|---|---|
committer | abs <abs@pkgsrc.org> | 2008-05-29 08:34:26 +0000 |
commit | 3bcbe359377a1215fcb4185163cd0daa48225be8 (patch) | |
tree | 5299ec83051b3627648423f11fcb3a00266639b4 /doc/Makefile-example | |
parent | 4ac980476c4594299e4668db9daffe877da3aee9 (diff) | |
download | pkgsrc-3bcbe359377a1215fcb4185163cd0daa48225be8.tar.gz |
Document OWNER
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 fd290ef71a5..cedb961bae1 100644 --- a/doc/Makefile-example +++ b/doc/Makefile-example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile-example,v 1.16 2008/01/04 19:53:36 heinz Exp $ +# $NetBSD: Makefile-example,v 1.17 2008/05/29 08:34:26 abs Exp $ # First paragraph - distfile and binary package data # DISTNAME PKGNAME PKGREVISION SVR4_PKGNAME CATEGORIES MASTER_SITES @@ -10,7 +10,7 @@ CATEGORIES= devel gnu # multiple categories are allowed MASTER_SITES= ${MASTER_SITE_GNU:=make/} #EXTRACT_SUFX= .tar.bz2 # .tar.gz is the default, only needed in unusual circumstances -# Second paragraph - MAINTAINER, HOMEPAGE and COMMENT +# Second paragraph - MAINTAINER/OWNER, HOMEPAGE and COMMENT MAINTAINER= pkgsrc-users@NetBSD.org # set this to your email address, pkgsrc-users@ is the default HOMEPAGE= http://www.gnu.org/software/make/make.html COMMENT= GNU version of 'make' utility # start with a capital, no articles at start |