diff options
author | gdt <gdt> | 2011-12-14 15:27:25 +0000 |
---|---|---|
committer | gdt <gdt> | 2011-12-14 15:27:25 +0000 |
commit | 2de2d5f14b6ae3347a309efcd0698de890455d0a (patch) | |
tree | abfb0605b9e4b948b48afb975ab6b986f4aadb5b /devel/scmgit | |
parent | 2702f4cf312d88551fefc415a5b47fdea80a07d5 (diff) | |
download | pkgsrc-2de2d5f14b6ae3347a309efcd0698de890455d0a.tar.gz |
Clarify DESCRs to explain what is in which package. It's particularly
unexpected that man pages, which most people would want, are split,
while tk and python dependencies, expected to be the first to be
jettisoned on small systems, are in the base package.
Diffstat (limited to 'devel/scmgit')
-rw-r--r-- | devel/scmgit/DESCR | 4 | ||||
-rw-r--r-- | devel/scmgit/Makefile | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/devel/scmgit/DESCR b/devel/scmgit/DESCR index 6c98feed3bb..3c4e14c4ce4 100644 --- a/devel/scmgit/DESCR +++ b/devel/scmgit/DESCR @@ -1 +1,3 @@ -Meta-pkg for the GIT distributed version control suite. +This package is a meta package, collecting the components normally +expected to be installed for the GIT distributed version control +suite (the tool itself, and the man pages). diff --git a/devel/scmgit/Makefile b/devel/scmgit/Makefile index c4688d2d765..b30be9a2477 100644 --- a/devel/scmgit/Makefile +++ b/devel/scmgit/Makefile @@ -1,9 +1,10 @@ -# $NetBSD: Makefile,v 1.29 2011/02/28 14:52:46 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2011/12/14 15:27:25 gdt Exp $ .include "../../devel/scmgit/Makefile.version" DISTNAME= # empty PKGNAME= scmgit-${GIT_VERSION} +PKGREVISION= 1 CATEGORIES+= meta-pkgs devel DISTFILES= # empty MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ |