diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc/git | |
parent | Converted to MAN[1-8] (diff) |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Notes
Notes:
svn path=/head/; revision=4541
Diffstat (limited to 'misc/git')
-rw-r--r-- | misc/git/Makefile | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/misc/git/Makefile b/misc/git/Makefile index f0f06370d6fc..6ccf342e01a9 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/10/16 09:14:08 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ # DISTNAME= git-4.3.11 @@ -11,19 +11,12 @@ CATEGORIES= misc MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= YES +MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ + gitps.1 gitview.1 pre-install: ${CP} ${WRKSRC}/term/.gitrc.ansi \ ${WRKSRC}/term/.gitrc.cons25 (cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch ) -post-install: -.if !defined(NOMANCOMPRESS) - @gzip -9nf ${PREFIX}/man/man1/git.1 \ - ${PREFIX}/man/man1/gitaction.1 ${PREFIX}/man/man1/gitmount.1 \ - ${PREFIX}/man/man1/gitcmp.1 ${PREFIX}/man/man1/gitkeys.1 \ - ${PREFIX}/man/man1/gitredir.1 ${PREFIX}/man/man1/gitrgrep.1 \ - ${PREFIX}/man/man1/gitps.1 ${PREFIX}/man/man1/gitview.1 -.endif - .include <bsd.port.mk> |