diff options
author | wxs <wxs@FreeBSD.org> | 2008-11-06 07:26:04 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2008-11-06 07:26:04 +0800 |
commit | fcdbd86ebbccc997946f0a5c4d2453d2fd537e3a (patch) | |
tree | f1792453155fb2ff909a809617d913489bd42769 | |
parent | 35c5d8b73b9cfda8a63d26fb42a29c0f6c1b6026 (diff) | |
download | freebsd-ports-gnome-fcdbd86ebbccc997946f0a5c4d2453d2fd537e3a.tar.gz freebsd-ports-gnome-fcdbd86ebbccc997946f0a5c4d2453d2fd537e3a.tar.zst freebsd-ports-gnome-fcdbd86ebbccc997946f0a5c4d2453d2fd537e3a.zip |
Add some missing man pages.
-rw-r--r-- | devel/git/Makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/devel/git/Makefile b/devel/git/Makefile index c566144a6f2d..525075448ecd 100644 --- a/devel/git/Makefile +++ b/devel/git/Makefile @@ -7,7 +7,7 @@ PORTNAME= git PORTVERSION= 1.6.0.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= http://www.kernel.org/pub/software/scm/git/ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ @@ -155,8 +155,16 @@ MAN1= git.1 \ git-write-tree.1 MAN3= Git.3 MAN5= gitattributes.5 \ + githooks.5 \ gitignore.5 \ - gitmodules.5 + gitmodules.5 \ + gitrepository-layout.5 +MAN7= gitcli.7 \ + gitglossary.7 \ + gittutorial.7 \ + gitcore-tutorial.7 \ + gitdiffcore.7 \ + gittutorial-2.7 SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message @@ -235,6 +243,7 @@ PLIST_SUB+= P4="@comment " .ifdef (WITH_CVS) MAN1+= git-cvsimport.1 git-cvsexportcommit.1 git-cvsserver.1 +MAN7+= gitcvs-migration.7 PLIST_SUB+= CVS="" RUN_DEPENDS+= cvsps:${PORTSDIR}/devel/cvsps .else |